pixels/examples/minimal-egui/README.md
Jay Oster eb07e61f5c
Update egui to 0.15 (#217)
- Replaces `egui_winit_platform` with `egui-winit`
- Renames the example package to avoid crate name collision
2021-10-26 19:21:58 -07:00

310 B

Egui Example

Egui Example

Minimal example with egui and winit.

Running

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.