@@ -245,6 +245,41 @@ _Discussions:
245
245
246
246
## Tooling Updates
247
247
248
+ ### [ Rerun] [ rerun ]
249
+
250
+ ![ Rerun showing a large 3D point cloud] ( rerun.png )
251
+
252
+ [ Rerun] [ rerun ] ([ Discord] [ rerun-dis ] , [ Github] [ rerun-gh ] ) is an open-source SDK
253
+ for logging complex visual data paired with a visualizer for exploring that data
254
+ over time. While its primary focus is on robotics and computer vision, it can be
255
+ useful for all kinds of rapid prototyping & algorithm development.
256
+
257
+ [ v0.8.0] [ rerun-v0-8-0 ] and subsequently [ v0.8.1] [ rerun-v0-8-1 ] are out now!
258
+
259
+ A few of the biggest highlights:
260
+
261
+ - Pinhole logging is now easier to use in many cases.
262
+ - The visualizer can now show coordinate arrows for all affine transforms
263
+ within the view.
264
+ - Users that build their own Viewer applications can now add fully custom Space Views.
265
+ - New optional flush_timeout specifies how long Rerun will wait if a TCP stream
266
+ is disconnected during a flush.
267
+ - The ` RecordingStream ` now offers a stateful time API, similar to the Python APIs
268
+ - Defaults to 8ms long microbatches instead of 50ms. This makes the default behavior
269
+ more suitable for use-cases like real-time video feeds.
270
+ - The web viewer now incremental loads .rrd files when streaming over HTTP. #2412
271
+
272
+ There's a growing community on [ Discord] [ rerun-dis ] waiting for you to join in
273
+ case you have any questions, comments or just want to follow the latest
274
+ development. The [ Github project] [ rerun-gh ] is MIT/Apache licensed and open to
275
+ contribute for everyone, be it with suggestions, bugs or PRs.
276
+
277
+ [ rerun ] : https://rerun.io
278
+ [ rerun-dis ] : https://discord.gg/npTFxYR9
279
+ [ rerun-gh ] : https://github.com/rerun-io/rerun
280
+ [ rerun-v0-8-0 ] : https://github.com/rerun-io/rerun/releases/tag/0.8.0
281
+ [ rerun-v0-8-1 ] : https://github.com/rerun-io/rerun/releases/tag/0.8.1
282
+
248
283
## Library Updates
249
284
250
285
### [ bevy_xpbd]
0 commit comments