pixels/examples/imgui-winit
Jay Oster 3891192796
Update dependencies (#337)
Breaking changes:

- Updates `wgpu` to 0.16
2023-06-11 21:25:25 -07:00
..
src Switch from imgui.frame to imgui.new_frame, (#353) 2023-03-26 14:45:14 -07:00
Cargo.toml Update dependencies (#337) 2023-06-11 21:25:25 -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.