https://github.com/smithay/smithay-egui
egui integration for the smithay wayland compositor framework
https://github.com/smithay/smithay-egui
Last synced: 23 days ago
JSON representation
egui integration for the smithay wayland compositor framework
- Host: GitHub
- URL: https://github.com/smithay/smithay-egui
- Owner: Smithay
- License: mit
- Created: 2021-12-31T17:31:21.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2025-03-11T18:06:00.000Z (about 2 months ago)
- Last Synced: 2025-04-10T07:15:55.143Z (25 days ago)
- Language: Rust
- Size: 73.2 KB
- Stars: 17
- Watchers: 4
- Forks: 9
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# smithay-egui [](https://opensource.org/licenses/MIT)
Integration of [`egui`](https://github.com/emilk/egui) into [`smithay`](https://github.com/Smithay/smithay/).
Mainly intended for debug interfaces.Currently work-in-progress, but the basics are mostly working.
`smithay-egui` currently depends on a git-version of `smithay`.
A first version will likely be published on crates.io once smithay 0.4 is released.For an example of how to use smithay-egui see [here](https://github.com/Smithay/smithay-egui/blob/main/examples/integrate.rs).