0.8.2
版本发布时间: 2023-09-05 18:47:53
rerun-io/rerun最新发布版本:prerelease(2024-09-02 21:03:39)
Rerun is an easy-to-use visualization toolbox for computer vision and robotics.
- Python:
pip install rerun-sdk
or onconda
- Rust:
cargo add rerun
andcargo install rerun-cli
- Online demo: https://demo.rerun.io/version/0.8.2/
🪳 Bug Fixes
- Fix quadratic slowdown when ingesting data with uniform time #3088
- Normalize quaternions #3094
- Improve error message in common
re_renderer
crash #3070 - Fix crash on reaching line number limit #3093
- Handle serde-field that fails to deserialize #3130
- GC the blueprints before saving while preserving the current state #3148
🧑🏫 Examples
- Make
custom_space_view
example more verbose #3123
🖼 UI Improvements
- Change the "slow-down-camera" modifier to Alt on non-Mac #3051 (thanks @h3mosphere!)
🎨 Renderer Improvements
- Warn if using software rasterizer (lavapipe or llvmpipe) #3134
📦 Dependencies
- Update webpki: https://rustsec.org/advisories/RUSTSEC-2023-0052 #3176