Skip to content
forked from rerun-io/rerun

Visualize streams of multimodal data. Fast, easy to use, and simple to integrate. Built in Rust using egui.

License

Notifications You must be signed in to change notification settings

StiphyJay/rerun

Repository files navigation

rerun

MIT Apache

This repository contains the rerun log SDK and viewer.

Setup

Install Rust: https://rustup.rs/

./setup.sh

Check

./check.sh

Other

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

Crates

comms

WebSocket communication tools (encoding, decoding, client, server) between server and viewer.

log_types

The different types that make up the rerun log format.

viewer

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.

web_server

A binary for serving the web viewer html and wasm.

About

Visualize streams of multimodal data. Fast, easy to use, and simple to integrate. Built in Rust using egui.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Rust 78.7%
  • Python 12.4%
  • C++ 5.3%
  • WGSL 1.1%
  • CSS 0.8%
  • JavaScript 0.5%
  • Other 1.2%