summaryrefslogtreecommitdiff
path: root/workspaces
AgeCommit message (Expand)Author
2026-02-16feat(sequence): port rotating_cube_effect to v2skal
2026-02-16feat(sequence): port particles_effect to v2skal
2026-02-16feat(sequence): integrate v2 timeline with build systemskal
2026-02-16feat(sequence): create v2 timeline with placeholder effectsskal
2026-02-16feat(sequence): add inline post-process functions for v2skal
2026-02-16feat(sequence): complete phase 3 - v2 shader integration and effect portsskal
2026-02-15refactor(cnn): rename cnn_effect to cnn_v1_effect for clarityskal
2026-02-15archive(cnn): move CNN v1 to cnn_v1/ subdirectoryskal
2026-02-15refactor(cnn): isolate CNN v2 to cnn_v2/ subdirectoryskal
2026-02-15debug flash-cube-effectskal
2026-02-15refactor(timeline): retiming and effect consolidationskal
2026-02-15misc updatesskal
2026-02-15fix(shader): add dfWithID to sdf_test.wgsl for test compatibilityskal
2026-02-14feat(gpu): add SDF camera infrastructure and effect base classskal
2026-02-14some tweakingskal
2026-02-14refactor(wgsl): consolidate SDF shapes into single common fileskal
2026-02-14refactor(wgsl): replace inline fullscreen_vs with common includeskal
2026-02-14refactor(wgsl): modularize common shader functionsskal
2026-02-14Fix: CNN v2 compute shader validation errorskal
2026-02-14CNN v2: bilinear mip-level sampling and UI improvementsskal
2026-02-14Replace hard clamp with sigmoid activation in CNN v2skal
2026-02-14Fix --mix option: blend prev layer with static p4-p7, not p0-p3skal
2026-02-13CNN v2: Alpha channel depth handling and layer visualizationskal
2026-02-13CNN v2: Fix WebGPU validation error in uniform buffer alignmentskal
2026-02-13CNN v2: Change feature #6 from sin(10*x) to sin(20*y)skal
2026-02-13CNN v2: Add TODO for flexible feature layout in binary format v3skal
2026-02-13CNN v2: Add mip-level support to runtime effectskal
2026-02-13Add shader snippet test assets to fix test_shader_composerskal
2026-02-13Add test asset support with STRIP_ALL guardsskal
2026-02-13Add pop-punk drum track from documented sequenceskal
2026-02-13CNNv2Effect: Document per-layer kernel sizes supportskal
2026-02-13CNN v2: Refactor to uniform 12D→4D architectureskal
2026-02-13Remediation: Implement shared common/shaders/ directoryskal
2026-02-13Update workspace.cfg for new directory structureskal
2026-02-13Add weights/ subdirectory to workspaces for CNN training outputsskal
2026-02-13Refactor: Reorganize workspaces and remove assets/ directoryskal
2026-02-13Refactor: Move application entry points to src/app/skal
2026-02-12test_demo: Add beat-synchronized CNN post-processing with version selectionskal
2026-02-12Timeline editor: CPU load visualization + UX improvementsskal
2026-02-12Refine training script output and validationskal
2026-02-12TODO: 8-bit weight quantization for 2× size reductionskal
2026-02-12CNN v2: storage buffer architecture foundationskal
2026-02-12CNN v2: parametric static features - Phases 1-4skal
2026-02-12timeline editor: quantize grid, drag fixes, hotkeysskal
2026-02-12cleanup: remove test-only files from main workspaceskal
2026-02-12fix: update shader files to use beat_phase instead of beatskal
2026-02-12feat: implement beat-based timing systemskal
2026-02-12add trained layersskal
2026-02-11docs: Update CNN comments and add bias fix summaryskal
2026-02-11fix: CNN bias accumulation and output format improvementsskal