Crate egui_winit_platform[−][src]
A platform integration to use egui with winit.
You need to create a Platform and feed it with winit::event::Event events.
Use begin_frame() and end_frame() to start drawing the egui UI.
A basic usage example can be found here.
Structs
| Platform | Provides the integration between egui and winit. |
| PlatformDescriptor | Configures the creation of the |