Skip to content

N46: Rerun 0.7 update #1395

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
wants to merge 1 commit into from
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 9 additions & 4 deletions content/news/046/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -309,15 +309,20 @@ rapid prototyping & algorithm development.
Rerun was shown at the Rust GameDev meetup,
watch the recording [here][rerun-meetup-vid].

[v0.6.0][rerun-v0-6-0] is out now! A few of the biggest highlights:
Since our last appearance here two new releases came out,
[v0.7.0][rerun-v0-7-0] is now latest!

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,
- 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][rerun-wgpu].
- Much more powerful transformation logging (any affine transform works now)
- Better color mapping range detection for images and tensors

There's a growing community on [Discord][rerun-dis]
waiting for you to join in case you have any questions,
Expand All @@ -330,7 +335,7 @@ be it with suggestions, bugs or PRs.
[rerun-dis]: https://discord.gg/npTFxYR9
[rerun-gh]: https://github.com/rerun-io/rerun
[rerun-meetup-vid]: https://youtube.com/watch?v=dVk_kZ9VSDA
[rerun-v0-6-0]: https://github.com/rerun-io/rerun/releases/tag/v0.6.0
[rerun-v0-7-0]: https://github.com/rerun-io/rerun/releases/tag/v0.7.0
[rerun-wgpu]: https://app.rerun.io/webgpu/index.html

## Library Updates
Expand Down