pixels/examples/minimal-egui/README.md

16 lines
310 B
Markdown
Raw Permalink Normal View History

2021-03-09 20:40:24 +11:00
# Egui Example
![Egui Example](../../img/minimal-egui.png)
2021-03-09 20:40:24 +11:00
Minimal example with `egui` and `winit`.
## Running
```bash
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.