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.02k stars 275 forks source link

Split window across multiple monitors #6034

Open genemerewether opened 4 months ago

genemerewether commented 4 months ago

Not sure if Rerun's windowing system supports this, but could we split the app into multiple windows (for use with multi-monitor / multi-display)?

emilk commented 4 months ago

eframe supports it yes, but we haven't implemented it for Rerun yet. It needs some design to figure out what it would mean (e.g. would be have multiple selection panels? Or have one main Rerun window, and then just pull out separate space views to their own windows?)