# 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 - **PROJECT_CONTEXT.md** - Current status and architecture overview - **TODO.md** - Active tasks and priorities - **doc/HOWTO.md** - Common operations (building, testing, assets) - **doc/CONTRIBUTING.md** - Development guidelines and protocols See `doc/` for detailed technical documentation.