pixels/examples/imgui-winit
Jay Oster 8071f34a1f
Rename resize to resize_surface (#149)
- Also cleanup documentation.
- Workaround FLTK window resize issues by disabling resizability.
2021-03-09 04:15:24 -08:00
..
src Rename resize to resize_surface (#149) 2021-03-09 04:15:24 -08:00
Cargo.toml Upgrade to wgpu 0.7 (#134) 2021-02-28 15:29:36 -08: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.