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.33k stars 301 forks source link

Dynamically typed structured data component-type (JSON) #402

Open emilk opened 1 year ago

emilk commented 1 year ago

We can start with something like JSON, even though we can hopefully store it more efficiently.

Requires #403

changh95 commented 6 months ago

Hi, is there any update on this issue?

Wumpf commented 6 months ago

We do have a raw text panel by now which supports markdown as well but there's no built-in json support. It's also possible now to build your own file support using a custom DataLoader, but for that you still end up logging the data types that the Viewer knows about.