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