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.66k stars 255 forks source link

Built in data-loader support for common archive formats: `.tar`, `.zip`, etc. #5541

Open jleibs opened 3 months ago

jleibs commented 3 months ago

We already have dataloader support for directories.

Would be very handy if we just did the right thing if someone puts a .rbl and several .rrd together in a Zip and then drag-and-drops it on the viewer.

This could be a nice convenience alternative to inlining blueprints in rrd files.

teh-cmc commented 3 months ago

I'll close the other since this one is a bit more generalist.

Wumpf commented 2 months ago

Related to