@rerun-io/web-viewer
Advanced tools
Changelog
0.22.0 - Entity filter & improved partial update API - 2025-02-06
The new entity filtering:
https://github.com/user-attachments/assets/75ae114b-a55c-452e-9003-d8f447854d2a
The new notification panel:
Copy any view as screenshot with right-click (now works in web-viewer):
New help texts for all our views:
📖 Release blogpost: https://rerun.io/blog/graphs
🧳 Migration guide: https://rerun.io/docs/reference/migration/migration-0-22
send_columns
The API & related under-the-hood changes pave the way for better support for multiple archetypes on the same entity and components with generic types in future releases. Stay tuned!
Passing raw batches of components is no longer supported. Instead, use the partial update APIs (or in rare cases, explicitly serialize the components).
Check the 🧳 Migration guide for before/after snippets for all languages for this and other smaller breaking changes.
DisconnectedSpace
archetype & component #8545any_values
and extra_values
snippets for rust #8718cstdint
include) #8609 (thanks @plumonito!)columns
method for convenient send_columns
call through archetypes #8828with_many_
variants for C++ archetype mono fields & port remaining snippets #8836TimeColumn::from_sequence_points
in favor of TimeColumn::from_sequence
#8882AsComponents::serialize
is now AsComponents::as_batches
and returns Collection<ComponentBatch>
#8884num_instances()
method #8702send_columns
and update everything left #8799log_components
#8892RecordingStream::log
implicitly requiring Sized
#8587EntityPathFilter
variable substitutions are now delegated to (new) ResolvedEntityPathFilter
#8543AsComponents
<>ComponentBatch
interactions from blanket impls #8591Box
/AssetVideo
/ViewCoordinates
/Asset3D
eager serialized in Rust #8785Pinhole
archetype in Rust eager serialized #8789Image
& Mesh3D
archetypes in Rust eager serialized #8793Tensor
archetype eager serialized #8801send_columns
and update everything left #8804ComponentBatch
doesn't implement AsComponents
anymore #8820re_log
to warn
#8918Transform3D
partial updates snippet for all languages #8690annotation-context.rs
to use correct API #8708 (thanks @OlivierLDff!)GraphNode
as a label by default #8542CustomContent
more useful #8645re_blueprint_tree
and add more tests #8795re_time_panel
and add more tests #8863AnyValues
#8864re_component_ui
#8546Changelog
0.21.0 - Graph view, 3D Grid & UI/UX improvements
📖 Release blogpost: https://rerun.io/blog/graphs
🧳 Migration guide: https://rerun.io/docs/reference/migration/migration-0-21
We've added two new logging primitives: GraphNodes
and GraphEdges
that can be used to visualize node-link diagrams. For this, we have implemented a new Graph View that uses force-based layouts to draw graphs.
This video demonstrates the main features of the new graph view:
https://github.com/user-attachments/assets/77db75c9-a8d8-401d-b90d-3daf08baf0ba
You can also have a look at https://github.com/rerun-io/rerun/pull/7500 if you want to learn to more.
This video demonstrates the main UX improvements that went into this release:
https://github.com/user-attachments/assets/bef071b5-0681-41b2-9ef0-1c6a557ff138
The 3D view now offers an infinite 3D grid, enabled by default. Further controls and settings are available as usual through the blueprint API and/or the selection panel.
<p align="center"> <picture> <img src="https://static.rerun.io/changelog_grid/cc7177ee485a3b29b8a4b7f52be29c1ae9970e3d/480w.png" alt=""> </picture> </p>All the nitty gritty details in https://github.com/rerun-io/rerun/pull/8230 and https://github.com/rerun-io/rerun/pull/8234.
You can now undo/redo blueprint changes in the viewer! Watch @emilk putting it to action and explains how it works:
https://github.com/user-attachments/assets/a29c099d-35a3-4d32-8946-932b5a184943
But that's not the only thing that improved in the viewer:
Breadcrumbs show up in the selection menu now
Take screenshots of views from context menus
Entities can now be dragged from Blueprint & Streams panel into views
We now have a new index for all our code snippets.
You can use it to quickly find copy-pastable snippets of code for any Rerun feature you're interested in (API, Archetypes, Components, etc). No special tools required -- all you need is a keyword of interest, and plain old text search.
It's still the early days so it is far from perfect, but we think it can already be quite helpful; feedback welcome. Most of it is auto-generated, so it will never get out of sync!
Spatial2D
views now defaults to 0.1
in 3D scene units..*space_view.*
/.*SpaceView.*
to .*view.*
/.*View.*
.DisconnectedSpace
archetype/component is deprecated in favor of implicit invalid transforms (like zero scale or zero rotation matrix).RotationAxisAngle
with zero rotation axis is no longer treated as identity.Read our 🧳 migration guide for more detailed information: https://rerun.io/docs/reference/migration/migration-0-21.
rr.log_components
#8151rr.send_columns
#8163(Py)RecordingStream
upcasting issues #8184rr.components.Color
to generate colors from any string (and use it in the air traffic data example) #8458Loggable::NAME
-- Loggables do not have any semantics #8082RecordingStream::log_component_batches
#8149from_gray16
for DepthImage
#8213 (thanks @fawdlstty!)impl<AsComponents>
helpers #8401re_renderer
#8230DisconnectedSpace
archetype/component in favor of implicit invalid transforms #8459detect_and_track
example #8261 (thanks @oxkitsune!)rrd print
's verbosity modes #8392Loggable
and ArrowBuffer
#8197re_types_blueprint
-> re_types::blueprint
#8419re_viewer::reflection
-> re_types::reflection
#8420MainThreadToken
to ensure file-dialogs only run on the main thread #8467