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

Download history 45/week @ 2025-01-08 113/week @ 2025-01-15 57/week @ 2025-01-22 503/week @ 2025-01-29 244/week @ 2025-02-05 155/week @ 2025-02-12 40/week @ 2025-02-19 126/week @ 2025-02-26 54/week @ 2025-03-05 194/week @ 2025-03-12 122/week @ 2025-03-19 74/week @ 2025-03-26 13/week @ 2025-04-02 71/week @ 2025-04-09 39/week @ 2025-04-16 263/week @ 2025-04-23

393 downloads per month
Used in 10 crates

MIT/Apache

50KB
666 lines

dear imgui wgpu-rs renderer

GitHub Workflow Status Documentation Crates.io License

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

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