emilk / egui

egui: an easy-to-use immediate mode GUI in Rust that runs on both web and native
https://www.egui.rs/
Apache License 2.0
22.37k stars 1.61k forks source link

Tracking issue: Misc improvements to multi-viewports #3556

Open emilk opened 12 months ago

emilk commented 12 months ago

Multi-viewports were implemented in https://github.com/emilk/egui/pull/3172, but there are several features missing that would make it a lot nicer, including (in no particular order):

juancampa commented 11 months ago

Not sure if out of scope for this issue but one that I'm particularly interested in:

My use case for this, btw, is improving performance of the Membrane extension by splitting the app into canvases that can be re-rendered independently.

emilk commented 11 months ago

That defiantly belongs here! We can break out smaller issues from this one as people start working on them