rerun-io / rerun

Visualize streams of multimodal data. Fast, easy to use, and simple to integrate. Built in Rust using egui.
https://rerun.io/
Apache License 2.0
5.32k stars 244 forks source link

Support line styles for 2D/3D geometries #6180

Open shahamran opened 2 weeks ago

shahamran commented 2 weeks ago

It'll be helpful to have support for custom line styles in 2D/3D visualizations. This, together with line width and color, can convey a lot of semantic information without cluttering the views with labels.

For example, in the context of 2D tracking, we can use a solid rect for the currently detected object, and a dashed for the tracking prediction. This lets us use colors for other semantic information, like object type.

Thanks!

Related, but not the same: #5020