egui/examples/test_viewports
Emil Ernerfeldt 39271c3adf
CentralPanel: base id on the current viewport (#3593)
This means two `CentralPanel`s in different viewports get different ids,
avoiding id clashes
2023-11-20 21:54:32 +01:00
..
src CentralPanel: base id on the current viewport (#3593) 2023-11-20 21:54:32 +01:00
Cargo.toml Multiple viewports/windows (#3172) 2023-11-16 11:25:05 +01:00
README.md Multiple viewports/windows (#3172) 2023-11-16 11:25:05 +01:00

README.md

This is a test of the viewports feature of eframe and egui, where we show off using multiple windows.

For a simple example, see [../multiple_viewports].