91fe3c6e8ca6583fff6a3c71feed0e0af9fd8637
Each of the 6 cube-to-sphere faces now has a distinct color (red, green, blue, yellow, magenta, cyan) passed via a vertex color attribute. The fragment shader multiplies lighting by this color instead of a uniform blue. This makes the cube-face seams clearly visible when inspecting the mapped sphere.
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%