egui/examples/multiple_viewports
Fredrik Fornwall 8e5959d55d
Update to winit 0.29 (#3649)
* Closes https://github.com/emilk/egui/issues/3542
* Closes https://github.com/emilk/egui/issues/2977
* Closes https://github.com/emilk/egui/issues/3303

---------

Co-authored-by: Emil Ernerfeldt <emil.ernerfeldt@gmail.com>
2023-12-18 14:53:14 +01:00
..
src Fix closing of viewports (#3591) 2023-11-20 17:43:40 +01:00
Cargo.toml Update to winit 0.29 (#3649) 2023-12-18 14:53:14 +01:00
README.md Multiple viewports/windows (#3172) 2023-11-16 11:25:05 +01:00

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