21 breaking releases

0.24.0 Aug 2, 2023
0.23.0 Jul 16, 2023
0.22.0 Feb 10, 2023
0.21.0 Dec 17, 2022
0.4.1 Nov 4, 2019

#757 in Graphics APIs

Download history 24/week @ 2024-11-20 38/week @ 2024-11-27 105/week @ 2024-12-04 223/week @ 2024-12-11 45/week @ 2024-12-18 6/week @ 2024-12-25 77/week @ 2025-01-01 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

384 downloads per month
Used in 10 crates

MIT/Apache

47KB
659 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

~15–44MB
~688K SLoC