40ae94788ee593ede2c213ff2d7809c9f4287587
- C++ std headers first, then third-party, then local - Apply consistently in cbt/ and scenes/
cuber
cuber is a simple cube timer.
Requirements
- CMake 3.21+
- Ninja
- C++23 compiler
Development
Configure:
cmake -S . -B build -GNinja
Build:
ninja -C build
Run:
./build/cuber.exe
Description
Languages
C++
95.1%
CMake
4.9%