1
0
mirror of https://github.com/emilk/egui.git synced 2026-06-28 07:23:13 -04:00
Files
egui/examples/multiple_viewports/README.md
2023-11-07 15:20:35 +01:00

8 lines
212 B
Markdown

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].