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