Crate egui_winit_platform

Crate egui_winit_platform 

Source
Expand description

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