22 breaking releases
0.25.0 | Apr 24, 2025 |
---|---|
0.24.0 | Aug 2, 2023 |
0.23.0 | Jul 16, 2023 |
0.22.0 | Feb 10, 2023 |
0.4.1 | Nov 4, 2019 |
#231 in Graphics APIs
393 downloads per month
Used in 10 crates
50KB
666 lines
dear imgui wgpu-rs renderer
Draw dear imgui UIs as a wgpu render pass. Based on imgui-gfx-renderer from imgui-rs.
Usage
For usage, please have a look at the example.
Example
Run the example with
cargo run --release --example hello-world
Status
Supports wgpu
0.17
and imgui 0.11
. winit-0.27
is used with the examples.
Contributions are very welcome.
Dependencies
~16–27MB
~398K SLoC