16 lines
306 B
Markdown
16 lines
306 B
Markdown
|
# Egui Example
|
||
|
|
||
|
![Egui Example](../../img/egui-winit.png)
|
||
|
|
||
|
Minimal example with `egui` and `winit`.
|
||
|
|
||
|
## Running
|
||
|
|
||
|
```bash
|
||
|
cargo run --release --package egui-winit
|
||
|
```
|
||
|
|
||
|
## About
|
||
|
|
||
|
This example is based on `minimal-winit`, and extends it with `egui` to render custom GUI elements over your pixel frame buffer.
|