The following examples serve to illustrate various uses of the Rerun logging SDK. They should not require any additional data downloads, and should run offline. For the simplest possible examples showing how to use each api, check out Types.

The simplest example of how to use Rerun, showing how to log a point cloud. This is part of the Quick Start guide.

A very simple 2D car is drawn using OpenCV, and a depth image is simulated and logged as a point cloud.

An example visualizing an analog clock with hour, minute and seconds hands using Rerun Arrow3D primitives.

Demonstrates how rerun can work with the python `multiprocessing` library.

Demonstration of logging to Rerun from multiple threads.

This example demonstrates how to log simple plots with the Rerun SDK. Charts can be created from 1-dimensional tensors, or from time-varying scalars.