| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 5 days | fix: Cross-compilation and style compliance | skal | |
| Fixes seq_compiler build for Windows cross-compilation. Moves common WebGPU compatibility shims to gpu.h. Applies project-wide coding style via clang-format. Verified on both macOS (native) and Windows (cross-compile). | |||
| 5 days | feat: Implement Sequence Compiler for data-driven choreography | skal | |
| Adds a 'seq_compiler' tool that converts a text-based timeline (assets/demo.seq) into a generated C++ file. This allows editing effect sequences and timing without modifying engine code. Replaces manual sequence creation with a generated 'LoadTimeline' function. | |||
