Draw dear imgui UIs as a wgpu render pass. Based on imgui-gfx-renderer from imgui-rs.
For usage, please have a look at the example.
Run the example with
cargo run --release --example hello_world
Basic features are useable. Uses wgpu-0.6.0 and imgui-0.4.0 upstream. winit-0.22 is used with the examples.
Contributions are very welcome.
