3 unstable releases
| 0.2.0 | Oct 29, 2025 |
|---|---|
| 0.1.1 | Sep 20, 2024 |
| 0.1.0 | Sep 19, 2024 |
#708 in GUI
30KB
501 lines
gtk-egui-area
This library provides an EguiArea widget for integrating egui inside of GTK applications. It uses the gtk GLArea widget as the base with the egui_glow renderer to draw inside of it.
See demo for usage example.
Supported features:
- Input handling (Keyboard/Mouse/Touchpad were tested)
- Clipboard support
- HiDPI Display handling
- Opening URLs
- IME support
Not supported:
- Accessibility
Requirements
gtk-rsegui(also re-exported from this library)libepoxy- epoxy is a dependency of GTK, so you should already have it, but this library loads it explicitly so it should be available in the standard library paths
Dependencies
~29MB
~656K SLoC