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