blob: f7d78de4cfb6076bb3a8543e99f104b8786133b8 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
# 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.
|