0.36.3
Rerun is an easy-to-use database and visualization toolbox for multimodal and temporal data.
Try it live at https://rerun.io/viewer.
- Python:
pip install -U rerun-sdk - Rust:
cargo add rerunandcargo install rerun-cli --locked - Online demo: https://rerun.io/viewer
- C++ FetchContent: https://github.com/rerun-io/rerun/releases/download/0.34.3/rerun_cpp_sdk.zip
✨ Overview & highlights
- Optimize a recording from Rust with
rrd::optimize
📖 Release notes: https://rerun.io/docs/changelog/changeset-0-36#optimize-a-recording-from-rust-with-rrdoptimize
🔎 Details
🦀 Rust API
- Add a standalone
rrd::optimize_fileAPI to thereruncrate 389767f