This repository contains the rerun log SDK and viewer.
Install Rust: https://rustup.rs/
./setup.sh
./check.sh
You can view higher log levels with export RUST_LOG=debug
or export RUST_LOG=trace
.
WebSocket communication tools (encoding, decoding, client, server) between server and viewer.
The different types that make up the rerun log format.
cargo run --release -p viewer -- --help
Can run both on the web and natively. Talks to the server over WebSockets. The viewer can also be used as a library.
A binary for serving the web viewer html and wasm.