diff options
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 9 |
1 files changed, 9 insertions, 0 deletions
@@ -2,6 +2,15 @@ This is a C++ project aiming to create a cross-platform (Windows, macOS, Linux) 64-kilobyte demo. +## Quickstart + +Development setup: + +```bash +cmake -S . -B build -DDEMO_ALL_OPTIONS=ON +cmake --build build +``` + ## Project Files - `ASSET_SYSTEM.md`: Describes the custom asset packing and management system. |
