pixels/examples/imgui-winit
2021-09-04 09:00:25 -07:00
..
src Add user-defined errors for render functions (#196) 2021-09-04 09:00:25 -07:00
Cargo.toml Update dependencies (#195) 2021-09-04 00:39:03 -07:00
README.md Add Dear ImGui example (#116) 2020-09-18 03:57:28 -07:00

Dear-ImGui Example

Dear-ImGui Example

Minimal example with imgui and winit.

Running

cargo run --release --package imgui-winit

About

This example is based on minimal-winit, and extends it with imgui to render custom GUI elements over your pixel frame buffer.