6f696d377b1d8fa70a5f196bc09cac942a97b731
Added --scene <cube|sphere> to select the initial scene from the command line (useful for headless/CI testing where key presses aren't possible). Added --screenshot to render a single frame, save a PNG, and exit immediately. Combined with --duration or used alone, this allows fully automated screenshot capture without relying on interactive key presses. Updated help text to reflect new options.
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%