@@ -35,8 +35,8 @@ Feel free to send PRs about your own projects!
35
35
- [ Learning Material Updates] ( #learning-material-updates )
36
36
- [ Tooling Updates] ( #tooling-updates )
37
37
- [ Library Updates] ( #library-updates )
38
- - [ Other News] ( #other-news )
39
38
- [ Popular Workgroup Issues in Github] ( #popular-workgroup-issues-in-github )
39
+ - [ Other News] ( #other-news )
40
40
- [ Discussions] ( #discussions )
41
41
- [ Requests for Contribution] ( #requests-for-contribution )
42
42
- [ Jobs] ( #jobs )
@@ -105,6 +105,34 @@ world down to the final wgpu draw calls.
105
105
106
106
## Tooling Updates
107
107
108
+ ### [ Rerun] [ rerun ]
109
+
110
+ [ Rerun] [ rerun ] ([ Discord] [ rerun-dis ] , [ Github] [ rerun-gh ] ) is an open-source SDK
111
+ for logging complex visual data paired with a visualizer for exploring that data
112
+ over time. While its primary focus is on robotics and computer vision, it can be
113
+ useful for all kinds of rapid prototyping & algorithm development.
114
+
115
+ [ v0.7.0] [ rerun-v0-7-0 ] is out now, but it turned out a little bit smaller:
116
+
117
+ A few of the biggest highlights:
118
+
119
+ - Much more powerful transformation logging
120
+ - any affine transforms works now!
121
+ - supports many more formats and shows them in the viewer as-is
122
+ - Better color mapping range detection for images and tensors
123
+ - Add support for motion JPEG via the new jpeg_quality parameter to log_image
124
+ - Many small improvements to samples & documentation
125
+
126
+ There's a growing community on [ Discord] [ rerun-dis ] waiting for you to join in
127
+ case you have any questions, comments or just want to follow the latest
128
+ development. The [ Github project] [ rerun-gh ] is MIT/Apache licensed and open to
129
+ contribute for everyone, be it with suggestions, bugs or PRs.
130
+
131
+ [ rerun ] : https://rerun.io
132
+ [ rerun-dis ] : https://discord.gg/npTFxYR9
133
+ [ rerun-gh ] : https://github.com/rerun-io/rerun
134
+ [ rerun-v0-7-0 ] : https://github.com/rerun-io/rerun/releases/tag/v0.7.0
135
+
108
136
## Library Updates
109
137
110
138
## Popular Workgroup Issues in Github
0 commit comments