pixels/examples/imgui-winit
Jay Oster 303f1d90f5
Prepare 0.5.0 (#183)
* Prepare 0.5.0

* Update dependencies
2021-07-17 08:57:25 -07:00
..
src Use the swapchain-preferred texture format by default (#182) 2021-07-17 08:21:49 -07:00
Cargo.toml Prepare 0.5.0 (#183) 2021-07-17 08:57: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.