Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 4a21659

Browse filesBrowse files
authored
N48: Rerun (rust-gamedev#1430)
1 parent 0c9c729 commit 4a21659
Copy full SHA for 4a21659

File tree

Expand file treeCollapse file tree

2 files changed

+35
-0
lines changed
Filter options
Expand file treeCollapse file tree

2 files changed

+35
-0
lines changed

‎content/news/048/index.md

Copy file name to clipboardExpand all lines: content/news/048/index.md
+35Lines changed: 35 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -245,6 +245,41 @@ _Discussions:
245245

246246
## Tooling Updates
247247

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+
248283
## Library Updates
249284

250285
### [bevy_xpbd]

‎content/news/048/rerun.png

Copy file name to clipboard
102 KB
Loading

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.