0c8af1dc0f8f5be8f801e9c82985c1144999e30e
- Update source layout with scenes/ directory and static libraries - Add static library documentation (cbt_opengl, cbt_scene, scenes_cube) - Remove stale references to nerv project - Update run command for Windows
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%