Skip to content

Commit

Permalink
N46: Rerun update
Browse files Browse the repository at this point in the history
  • Loading branch information
Wumpf committed Jun 11, 2023
1 parent 5a895ff commit d0e167a
Show file tree
Hide file tree
Showing 2 changed files with 35 additions and 0 deletions.
35 changes: 35 additions & 0 deletions content/news/046/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -172,6 +172,41 @@ Planned features include auto updating games and mods management.
[@orhun]: https://github.com/orhun
[Tauri]: https://tauri.app

### [Rerun](https://rerun.io)

![Rerun showing 3D object detections in a 2D view](rerun3d2d.gif)

Rerun ([Discord](https://discord.gg/npTFxYR9),
[Github](https://github.com/rerun-io/rerun), [Website](https://rerun.io))
is an open-source SDK for logging complex visual data paired with a visualizer
for exploring that data over time. While its primary focus is on robotics and
computer vision, it can be useful for all kinds of
rapid prototyping & algorithm development.

We showed Rerun at the Rust GameDev meetup!
Watch the recording [here](https://www.youtube.com/watch?v=dVk_kZ9VSDA).

[0.6.0](https://github.com/rerun-io/rerun/releases/tag/v0.6.0) is out now!
A few of the biggest highlights:

- You can now show 3D objects in 2D views connected by Pinhole transforms
- You can quickly view images and meshes with `rerun mesh.obj image.png`
- The correct to install the rerun binary is now `cargo install rerun-cli`
- native_viewer is now an opt-in feature of the rerun library,
leading to faster compilation times
- SDK log calls are now batched on the wire, saving CPU time and bandwidth
- [Experimental WebGPU support](https://app.rerun.io/webgpu/index.html)

There's a growing community on [Discord][rerun-discord]
waiting for you to join in case you have any questions,
comments or just want to follow the latest development.
The [Github project][rerun-github] is MIT/Apache
licensed and open to contribute for everyone,
be it with suggestions, bugs or PRs.

[rerun-discord]: https://discord.gg/npTFxYR9
[rerun-github]: https://github.com/rerun-io/rerun

## Library Updates

### [blit]
Expand Down
Binary file added content/news/046/rerun3d2d.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit d0e167a

Please sign in to comment.