Minimal example screenshot The simplest example of how to use Rerun, showing how to log a point cloud. This is part of the [Quick Start guide](https://www.rerun.io/docs/getting-started/data-in/cpp). To build it from a checkout of the repository (requires a Rust toolchain): ```bash cmake . cmake --build . --target example_minimal ./examples/cpp/minimal/example_minimal ```