mirror of https://github.com/emilk/egui.git
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
221 B
221 B
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].