An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

        

# smithay-egui [![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](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).