1
0
mirror of https://github.com/emilk/egui.git synced 2026-08-30 21:30:03 -04:00

Add a simple example of the viewports API

This commit is contained in:
Emil Ernerfeldt
2023-11-07 15:20:35 +01:00
parent f300c951b3
commit 290ecca9bd
4 changed files with 67 additions and 0 deletions

View File

@@ -0,0 +1,7 @@
Example how to show multiple viewports (native windows) can be created in `egui` when using the `eframe` backend.
```sh
cargo run -p multiple_viewports
```
For a more advanced example, see [../test_viewports].