pixels/examples/imgui-winit
Jay Oster 332a02f12d
Update wgpu to 0.15 ()
* Update wgpu to 0.15
* Fix the panic described in 
* Specify `min_binding_size` since we know what it is.
2023-01-27 21:49:40 -08:00
..
src Fix invalid texture sizes () 2022-12-17 20:21:28 -08:00
Cargo.toml Update wgpu to 0.15 () 2023-01-27 21:49:40 -08:00
README.md Add Dear ImGui example () 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.