pixels/examples/imgui-winit
Jay Oster f3d2b0643e
Fix UI colors in imgui-winit example (#166)
- Removes the sRGB workaround that was needed before `imgui-winit` 0.12
2021-05-08 23:14:26 -07:00
..
src Fix UI colors in imgui-winit example (#166) 2021-05-08 23:14:26 -07:00
Cargo.toml Update wgpu to 0.8 (#160) 2021-05-07 23:52:11 -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.