Expand description
The main type you want to use is EguiGlium.
If you are writing an app, you may want to look at eframe instead.
§Feature flags
-
clipboard(enabled by default) — Enable cut/copy/paste to OS clipboard.If disabled a clipboard will be simulated so you can still copy/paste within the egui app.
-
links(enabled by default) — Enable opening links in a browser when an egui hyperlink is clicked.
§Optional dependencies
document-features— Enable this when generating docs.
Re-exports§
pub use egui_winit;
Structs§
- Egui
Glium - Convenience wrapper for using
eguifrom agliumapp. - Event
Response - Painter