- Fixes #189
egui
Minimal example with egui and winit.
winit
cargo run --release --package egui-winit
This example is based on minimal-winit, and extends it with egui to render custom GUI elements over your pixel frame buffer.
minimal-winit