examples/cpp/minimal/README.md
The simplest example of how to use Rerun, showing how to log a point cloud. This is part of the Quick Start guide.
To build it from a checkout of the repository (requires a Rust toolchain):
cmake .
cmake --build . --target example_minimal
./examples/cpp/minimal/example_minimal