# 64k Demo Project Cross-platform (Windows, macOS, Linux) 64-kilobyte demoscene production. ## Quickstart ```bash cmake -S . -B build -DDEMO_ALL_OPTIONS=ON cmake --build build -j4 ./build/demo64k ``` ## Documentation **Quick Start:** - **PROJECT_CONTEXT.md** - Current status and architecture overview - **TODO.md** - Active tasks and priorities - **doc/HOWTO.md** - Common operations (building, testing, assets) - **doc/EFFECT_WORKFLOW.md** - Step-by-step guide for adding visual effects **Key Features:** - **doc/BEAT_TIMING.md** - Beat-based timing system and timeline authoring - **doc/CONTRIBUTING.md** - Development guidelines and protocols See `doc/` for detailed technical documentation.