1
0
mirror of https://github.com/emilk/egui.git synced 2026-08-31 13:50:04 -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

@@ -1 +1,3 @@
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].