imgui-wgpu 0.6.0

A wgpu render backend for imgui-rs.
docs.rs failed to build imgui-wgpu-0.6.0
Please check the build logs for more information.
See Builds for ideas on how to fix a failed build, or Metadata for how to configure docs.rs builds.
If you believe this is docs.rs' fault, open an issue.
Visit the last successful build: imgui-wgpu-0.24.0

dear imgui wgpu-rs renderer

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.5.0 and imgui-0.3.0 upstream. winit-0.21 is used with the examples.

Contributions are very welcome.