26 breaking releases
| 0.27.0 | Aug 21, 2025 |
|---|---|
| 0.26.0 | Mar 30, 2025 |
| 0.25.0 | Dec 28, 2024 |
| 0.24.0 | Oct 8, 2024 |
| 0.2.0 | Nov 13, 2020 |
#545 in GUI
898 downloads per month
Used in 3 crates
27KB
419 lines
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.
egui_winit_platform
Platform code to run egui using winit.
Example
We have created a simple example project to show you, how to use this crate.
License
egui_winit_platform is distributed under the terms of both the MIT license and the Apache License (Version 2.0).
See LICENSE-APACHE, LICENSE-MIT.
Dependencies
~5–24MB
~315K SLoC