30ddaf7d39452ae25c4c043595c8e486038f65f1
- Add glm dependency for matrix transformations - Replace triangle with 6-face colored cube - Add MVP shader uniforms (model, view, projection) - Enable depth testing for proper 3D rendering - Spin cube around (1, 0.5, 0.3) axis style: fix trailing return type for move assignment operators - buffer/texture/shader/vao: use auto fn() -> T& style - Document trailing return type convention in AGENTS.md
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%