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