This repository contains the Rerun log SDK, server, and viewer.
Install Rust: https://rustup.rs/
./setup.sh
./check.sh
The main crates are found in the crates/
folder, with examples in the examples/
folder.
Read about individual examples for details on how to run them.
To learn about the viewer, run:
cargo run --release -p re_viewer -- --help
You can view higher log levels with export RUST_LOG=debug
or export RUST_LOG=trace
.