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:
7
examples/multiple_viewports/README.md
Normal file
7
examples/multiple_viewports/README.md
Normal 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].
|
||||
Reference in New Issue
Block a user