17 breaking releases
0.18.0 | Feb 14, 2023 |
---|---|
0.16.0 | Aug 26, 2022 |
0.15.0 | Jul 3, 2022 |
0.14.0 | Mar 9, 2022 |
0.2.0 | Nov 13, 2020 |
#191 in Operating systems
2,629 downloads per month
Used in 4 crates
26KB
463 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
~5–11MB
~205K SLoC