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.
Emil Ernerfeldt
d02491425c
|
9 months ago | |
---|---|---|
.. | ||
src | 12 months ago | |
Cargo.toml | 9 months ago | |
README.md | 12 months ago |
README.md
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 [../test_viewports].