Crates.io | gtk-egui-area |
lib.rs | gtk-egui-area |
version | 0.1.1 |
source | src |
created_at | 2024-09-19 08:22:34.561872 |
updated_at | 2024-09-20 13:34:40.908808 |
description | EguiArea widget for embedding inside of GTK |
homepage | |
repository | https://github.com/ilya-zlobintsev/gtk-egui-area |
max_upload_size | |
id | 1380055 |
size | 57,658 |
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:
Not supported:
gtk-rs
egui
(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