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.24.1/
- C++ FetchContent: https://github.com/rerun-io/rerun/releases/download/0.24.1/rerun_cpp_sdk.zip
🌊 C++ API
- Fix
rerun_cpp
CMake link errors #10756 (thanks @reinar!) - Fix C++ interface for
VideoStream
#10745 - Fix C++ Arrow build #10799
🐍 Python API
- Explicitly import
pyarrow.compute
inurl_generation.py
#10690 - Add
rerun-sdk[datafusion]
andrerun-sdk[all]
#10696
🦀 Rust API
- Fix unnecessary
rfd
and wayland dependencies in SDK crate #10802
🪳 Bug fixes
- Make
parking_lot
dependency version stricter to prevent import failure #10732 (thanks @sdd!) - Use
ui.warning_label()
in more places #10697 - Fix colors sometimes being wrong in plot view #10713
- Fix breaking example in
rerun_notebook/example.ipynb
#10706 (thanks @glk0!) - Fix GUI hickup when starting native video player #10797
- Improve command palette in light mode #10825
🌁 Viewer improvements
- Add time range query params when opening a time_range-based url #10819
🖼 UI improvements
- Better component UI for Arrow
StructArray
#10748
🕸️ Web
- Make
@rerun-io/web-viewer-react
compatible with React 19 #10809
📈 Analytics
- Add some analytics events #10793