blob: 2f74e548483689eb05e2005c372f91684f65a89b (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
|
# 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:**
- **BEAT_TIMING_SUMMARY.md** - Beat-based timing system (NEW)
- **doc/BEAT_TIMING.md** - Timeline authoring guide
- **doc/CONTRIBUTING.md** - Development guidelines and protocols
See `doc/` for detailed technical documentation.
|