@@ -296,6 +296,43 @@ Planned features include auto updating games and mods management.
296296[ @orhun ] : https://github.com/orhun
297297[ Tauri ] : https://tauri.app
298298
299+ ### [ Rerun] [ rerun ]
300+
301+ ![ Rerun showing 3D object detections in a 2D view] ( rerun3d2d.gif )
302+
303+ [ Rerun] [ rerun ] ([ Discord] [ rerun-dis ] , [ Github] [ rerun-gh ] )
304+ is an open-source SDK for logging complex visual data paired with a visualizer
305+ for exploring that data over time. While its primary focus is on robotics and
306+ computer vision, it can be useful for all kinds of
307+ rapid prototyping & algorithm development.
308+
309+ Rerun was shown at the Rust GameDev meetup,
310+ watch the recording [ here] [ rerun-meetup-vid ] .
311+
312+ [ v0.6.0] [ rerun-v0-6-0 ] is out now! A few of the biggest highlights:
313+
314+ - You can now show 3D objects in 2D views connected by Pinhole transforms.
315+ - You can quickly view images and meshes with ` rerun mesh.obj image.png ` .
316+ - The correct to install the rerun binary is now ` cargo install rerun-cli ` .
317+ - native_viewer is now an opt-in feature of the rerun library,
318+ leading to faster compilation times.
319+ - SDK log calls are now batched on the wire, saving CPU time and bandwidth.
320+ - [ Experimental WebGPU support] [ rerun-wgpu ] .
321+
322+ There's a growing community on [ Discord] [ rerun-dis ]
323+ waiting for you to join in case you have any questions,
324+ comments or just want to follow the latest development.
325+ The [ Github project] [ rerun-gh ] is MIT/Apache
326+ licensed and open to contribute for everyone,
327+ be it with suggestions, bugs or PRs.
328+
329+ [ rerun ] : https://rerun.io
330+ [ rerun-dis ] : https://discord.gg/npTFxYR9
331+ [ rerun-gh ] : https://github.com/rerun-io/rerun
332+ [ rerun-meetup-vid ] : https://youtube.com/watch?v=dVk_kZ9VSDA
333+ [ rerun-v0-6-0 ] : https://github.com/rerun-io/rerun/releases/tag/v0.6.0
334+ [ rerun-wgpu ] : https://app.rerun.io/webgpu/index.html
335+
299336## Library Updates
300337
301338### [ blit]
0 commit comments