Skip to content

Latest commit

 

History

History
32 lines (22 loc) · 773 Bytes

README.md

File metadata and controls

32 lines (22 loc) · 773 Bytes

Rerun

MIT Apache

This repository contains the Rerun log SDK, server, and viewer.

Setup

Install Rust: https://rustup.rs/

./setup.sh

Check

./check.sh

Structure

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

Other

You can view higher log levels with export RUST_LOG=debug or export RUST_LOG=trace.