23 breaking releases
0.24.0 | Oct 8, 2024 |
---|---|
0.23.0 | Jul 17, 2024 |
0.22.0 | May 4, 2024 |
0.21.0 | Mar 17, 2024 |
0.2.0 | Nov 13, 2020 |
#12 in #egui-integration
1,169 downloads per month
Used in 3 crates
25KB
415 lines
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.
lib.rs
:
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.
Dependencies
~7–21MB
~317K SLoC