imgui-wgpu 0.16.0

A wgpu render backend for imgui-rs.
Documentation

dear imgui wgpu-rs renderer

GitHub Workflow Status Crates.io Documentation License

Draw dear imgui UIs as a wgpu render pass. Based on imgui-gfx-renderer from imgui-rs.

screenshot

Usage

For usage, please have a look at the example.

Example

Run the example with

cargo run --release --example hello_world

Status

Basic features are useable. Uses wgpu-0.9 and imgui-0.7 upstream. winit-0.24 is used with the examples.

Contributions are very welcome.