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
6.36k stars 307 forks source link

Do not require `order` attribute in trivially correct cases #2633

Open teh-cmc opened 1 year ago

teh-cmc commented 1 year ago

E.g.:

teh-cmc commented 1 year ago

And while we're at it: forbid the same order to be re-used in the same context (e.g. two objects in the same module, two fields in the same object, etc). :man_facepalming:

UPDATE: dedicated issue https://github.com/rerun-io/rerun/issues/2680

emilk commented 6 months ago

I've already done most of this.

I believe the only thing that is left is being able to omit order from single-field tables (e.g. components)