mirror of
https://github.com/emilk/egui.git
synced 2026-08-29 12:50:04 -04:00
No particular reason --------- Co-authored-by: Claude Opus 5 (1M context) <noreply@anthropic.com>
Example how to show multiple viewports (native windows) can be created in egui when using the eframe backend.
cargo run -p multiple_viewports
For a more advanced example, see [../../tests/test_viewports].