| Crates.io | imgui-wgpu |
| lib.rs | imgui-wgpu |
| version | 0.25.0 |
| created_at | 2019-09-07 19:56:36.87918+00 |
| updated_at | 2025-04-24 04:41:37.18191+00 |
| description | A wgpu render backend for imgui-rs. |
| homepage | https://github.com/Yatekii/imgui-wgpu-rs |
| repository | https://github.com/Yatekii/imgui-wgpu-rs |
| max_upload_size | |
| id | 163058 |
| size | 180,273 |
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
Supports wgpu 0.17 and imgui 0.11. winit-0.27 is used with the examples.
Contributions are very welcome.