Skip to content
forked from rerun-io/rerun

Log images, point clouds, etc, and visualize them effortlessly. Built in Rust using egui

License

Notifications You must be signed in to change notification settings

yuancaimaiyi/rerun

Repository files navigation

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.

About

Log images, point clouds, etc, and visualize them effortlessly. Built in Rust using egui

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Rust 83.8%
  • Python 9.9%
  • C++ 2.5%
  • WGSL 1.8%
  • HTML 0.7%
  • Shell 0.4%
  • Other 0.9%