@@ -721,21 +721,23 @@ for exploring that data over time. While its primary focus is on robotics and
721
721
computer vision, it can be useful for all kinds of
722
722
rapid prototyping & algorithm development.
723
723
724
- Two new versions got released in March,
725
- [ 0.4 .0] ( https://github.com/rerun-io/rerun/releases/tag/v0.4 .0 )
724
+ Three new versions got released since the last newsletter!
725
+ [ 0.5 .0] ( https://github.com/rerun-io/rerun/releases/tag/v0.5 .0 )
726
726
is now latest. A few of the biggest highlights:
727
727
728
728
- The web-viewer is, while still experimental & unpolished, now stable.
729
729
[ Try it out here!] ( https://app.rerun.io/ )
730
+ - Rerun can now be embedded in Jupyter notebooks
730
731
- Depth textures can now directly be visualized with point clouds and
731
732
have a variety of color map settings.
732
733
- Selection/hover highlights use now outlines for better visibility and
733
734
in order to avoid changing the visualization itself.
735
+ - Picking is now done on the GPU, fixing many issues of the previous system
736
+ - All color-mapping is now done on-the-fly on the GPU, faster & less memory use
734
737
- Support for mesh vertex colors.
735
738
- [ New example] ( https://github.com/rerun-io/rerun/blob/main/examples/python/opencv_canny/main.py )
736
739
of forever-streaming a web-camera image to Rerun.
737
- - Python packages now work with Ubuntu-20.04.
738
- - Many performance & bug fixes as well as compile time improvements.
740
+ - Major improvements to the data store for better performance and memory usage
739
741
740
742
There's a growing community on [ Discord] [ rerun-discord ]
741
743
waiting for you to join in case you have any questions,
0 commit comments