2021-03-09 20:40:24 +11:00
|
|
|
# Egui Example
|
|
|
|
|
2021-10-27 13:21:58 +11:00
|
|
|
![Egui Example](../../img/minimal-egui.png)
|
2021-03-09 20:40:24 +11:00
|
|
|
|
|
|
|
Minimal example with `egui` and `winit`.
|
|
|
|
|
|
|
|
## Running
|
|
|
|
|
|
|
|
```bash
|
2021-10-27 13:21:58 +11:00
|
|
|
cargo run --release --package minimal-egui
|
2021-03-09 20:40:24 +11:00
|
|
|
```
|
|
|
|
|
|
|
|
## About
|
|
|
|
|
|
|
|
This example is based on `minimal-winit`, and extends it with `egui` to render custom GUI elements over your pixel frame buffer.
|