/imgui-wgpu-rs

Dear imgui renderer for wgpu-rs. FORKED FOR DEPENDENCY UPGRADE

Primary LanguageRustMIT LicenseMIT

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.