Rerun is an easy-to-use visualization toolbox for multimodal and temporal data.
Try it live at https://rerun.io/viewer.
- Python:
pip install rerun-sdk
- Rust:
cargo add rerun
andcargo install rerun-cli --locked
- Online demo: https://rerun.io/viewer/version/0.20.3/
- C++ FetchContent: https://github.com/rerun-io/rerun/releases/download/0.20.3/rerun_cpp_sdk.zip
We introduced a Map view in 0.20, but did not enable its feature flag by default, which meant that all web viewer builds did not include it. This is now fixed, and the map view may be used in web viewer builds published by Rerun.
🔎 Details
🪳 Bug fixes
- Fix web viewer feature flags #8295