From eb15703a3f87e4eadc8839b06de12b9c6ec54023 Mon Sep 17 00:00:00 2001 From: skal Date: Fri, 13 Feb 2026 08:21:34 +0100 Subject: Refactor: Reorganize workspaces and remove assets/ directory MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Workspace structure now: - workspaces/{main,test}/obj/ (3D models) - workspaces/{main,test}/shaders/ (WGSL shaders) - workspaces/{main,test}/music/ (audio samples) Changes: - Moved workspaces/*/assets/music/ → workspaces/*/music/ - Updated assets.txt paths (assets/music/ → music/) - Moved test_demo.{seq,track} to tools/ - Moved assets/originals/ → tools/originals/ - Removed assets/common/ (legacy, duplicated in workspaces) - Removed assets/final/ (legacy, superseded by workspaces) - Updated hot-reload paths in main.cc - Updated CMake references for test_demo and validation - Updated gen_spectrograms.sh paths handoff(Claude): Workspace reorganization complete --- assets/final/dodecahedron.obj | 61 ------------------------------------------- 1 file changed, 61 deletions(-) delete mode 100644 assets/final/dodecahedron.obj (limited to 'assets/final/dodecahedron.obj') diff --git a/assets/final/dodecahedron.obj b/assets/final/dodecahedron.obj deleted file mode 100644 index c3d6c09..0000000 --- a/assets/final/dodecahedron.obj +++ /dev/null @@ -1,61 +0,0 @@ -# OBJ file created by ply_to_obj.c -# -g Object001 - -v -0.57735 -0.57735 0.57735 -v 0.934172 0.356822 0 -v 0.934172 -0.356822 0 -v -0.934172 0.356822 0 -v -0.934172 -0.356822 0 -v 0 0.934172 0.356822 -v 0 0.934172 -0.356822 -v 0.356822 0 -0.934172 -v -0.356822 0 -0.934172 -v 0 -0.934172 -0.356822 -v 0 -0.934172 0.356822 -v 0.356822 0 0.934172 -v -0.356822 0 0.934172 -v 0.57735 0.57735 -0.57735 -v 0.57735 0.57735 0.57735 -v -0.57735 0.57735 -0.57735 -v -0.57735 0.57735 0.57735 -v 0.57735 -0.57735 -0.57735 -v 0.57735 -0.57735 0.57735 -v -0.57735 -0.57735 -0.57735 - -f 19 3 2 -f 12 19 2 -f 15 12 2 -f 8 14 2 -f 18 8 2 -f 3 18 2 -f 20 5 4 -f 9 20 4 -f 16 9 4 -f 13 17 4 -f 1 13 4 -f 5 1 4 -f 7 16 4 -f 6 7 4 -f 17 6 4 -f 6 15 2 -f 7 6 2 -f 14 7 2 -f 10 18 3 -f 11 10 3 -f 19 11 3 -f 11 1 5 -f 10 11 5 -f 20 10 5 -f 20 9 8 -f 10 20 8 -f 18 10 8 -f 9 16 7 -f 8 9 7 -f 14 8 7 -f 12 15 6 -f 13 12 6 -f 17 13 6 -f 13 1 11 -f 12 13 11 -f 19 12 11 -- cgit v1.2.3