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 rerun-sdk
- Rust:
cargo add rerun
andcargo install rerun-cli --locked
- Online demo: https://rerun.io/viewer/version/0.23.3/
- C++ FetchContent: https://github.com/rerun-io/rerun/releases/download/0.23.3/rerun_cpp_sdk.zip
This patch release contains various bugfixes, improvements, and updated documentation.
🔎 Details
🌊 C++ API
- Fix building with arrow 20.0.0 #9966 (thanks @adamreeve!)
- Fix MSVC C++20 compilation issues #9951
🪳 Bug fixes
- Add draw order to video (-frame-reference), fix 2d objects sometimes being behind videos #9946
- Fix time series points querying extra points at start and end of time range (causing stuttering on playback in some scenes) #9963
- Increase max size of gRPC messages #10006
- Check TextEdit state before copying selection description #10063
🌁 Viewer improvements
- Use recording name for file name when saving a file #9982
- Improve error message for
QueryError
andDataLoaderError
#9998
🚀 Performance improvements
- Series of build changes for web release to minimize generated wasm #9870
📚 Docs
- Remove remaining mentions of
rr.connect
#10016 - Update callbacks and custom_callbacks example docs to mention the other #10062
- Fix missing reference to
Spatial3DView
inPinhole
docs #9932 (thanks @hu-po!) - Mention URL scheme in
connect_grpc
docs #10018
🤷 Other
- LeRobot: Add support for List datatype #9958