summaryrefslogtreecommitdiff
path: root/assets
AgeCommit message (Expand)Author
2026-02-13Refactor: Reorganize workspaces and remove assets/ directoryskal
2026-02-12test_demo: Add beat-synchronized CNN post-processing with version selectionskal
2026-02-12fix: update shader files to use beat_phase instead of beatskal
2026-02-12feat: implement beat-based timing systemskal
2026-02-09feat: Implement workspace system (Task #77)skal
2026-02-09refactor: Deduplicate CommonUniforms with #include in WGSL shadersskal
2026-02-09refactor: Move .spec audio assets to assets/final/music subdirectoryskal
2026-02-09demo.seq change.skal
2026-02-09feat: GPU procedural Phase 4 - texture compositionskal
2026-02-09feat(gpu): Phase 2 - Add gen_perlin and gen_grid GPU compute shadersskal
2026-02-09feat(gpu): Add GPU procedural texture generation systemskal
2026-02-09feat: WGSL Uniform Buffer Validation & Consolidation (Task #75)skal
2026-02-09fix: Resolve WebGPU uniform buffer alignment issues (Task #74)skal
2026-02-08feat(shaders): Standardize all shaders to use CommonUniformsskal
2026-02-08feat: Fix CircleMaskEffect and RotatingCubeEffect auxiliary texture maskingskal
2026-02-08feat: Add CircleMaskEffect and RotatingCubeEffect with auxiliary texture maskingskal
2026-02-08feat(gpu): Add VignetteEffect and related filesskal
2026-02-08feat(gpu): Add WGSL noise and hash function library (Task #59)skal
2026-02-08feat(gpu): Add parameter-driven GaussianBlurEffectskal
2026-02-08feat(gpu): Add parameter-driven ChromaAberrationEffectskal
2026-02-08refactor(shaders): Use bump mapping utility function in renderer_3dskal
2026-02-08feat(shaders): Add bump-mapped normal calculation variantsskal
2026-02-08feat(shaders): Add optimized 4-sample SDF normal estimationskal
2026-02-08feat(shaders): Add Möller-Trumbore ray-triangle intersectionskal
2026-02-08feat(gpu): Implement shader parametrization systemskal
2026-02-08refactor(shaders): Apply common utilities to renderer shadersskal
2026-02-08feat(shaders): Extract common WGSL utilities for better composabilityskal
2026-02-08feat(3d): Fix ObjectType::PLANE scaling and consolidate ObjectType mappingskal
2026-02-07refactor(audio): Simplify music track with steady beat progressionskal
2026-02-07refactor(audio): Convert tracker to unit-less timing systemskal
2026-02-07fix(test_demo): Space patterns 4 seconds apart to prevent overlapskal
2026-02-07chore: Disable tempo variation and simplify music trackskal
2026-02-07test: Add Gantt chart output test for seq_compilerskal
2026-02-07test: Add platform test coverage (test_platform.cc)skal
2026-02-07feat(test_demo): Add audio/visual sync debug tool with tempo testingskal
2026-02-06feat(audio): Add RMS normalization to spectool for consistent sample loudnessskal
2026-02-06fix(audio): Clean up stale spectrograms and fix asset referencesskal
2026-02-06feat(particles): Implement transparent circular particles with alpha blending...skal
2026-02-06fix(audio): Regenerate spectrograms with orthonormal DCTskal
2026-02-06fix(shaders): Resolve WGSL validation errors and add shader compilation testsskal
2026-02-06Revert "fix(shaders): Correct plane distance scaling for non-uniform transforms"skal
2026-02-06fix(shaders): Correct plane distance scaling for non-uniform transformsskal
2026-02-06fix(shaders): Exclude meshes from SDF scaling factor in shadow calculationsskal
2026-02-06fix(shaders): Correct mesh normal transformation - remove double transposeskal
2026-02-06fix: Correct mesh normal transformation and floor shadow renderingskal
2026-02-06feat(assets): Add dodecahedron mesh assetskal
2026-02-06feat(3d): Implement basic OBJ mesh asset pipelineskal
2026-02-06chore: Update documentation, generated assets, and cleanupskal
2026-02-06refactor(gpu): Implement compile-time BVH toggle via shader compositionskal
2026-02-06feat(perf): Add toggle for GPU BVH and fix fallbackskal