examples/cpp/clock/README.md
An example visualizing an analog clock with hour, minute and seconds hands using Rerun Arrow3D primitives.
To build it from a checkout of the repository (requires a Rust toolchain):
cmake .
cmake --build . --target example_clock
./examples/cpp/clock/example_clock