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

#237 in Graphics APIs

Download history 18/week @ 2023-12-14 25/week @ 2023-12-21 26/week @ 2023-12-28 20/week @ 2024-01-04 38/week @ 2024-01-11 24/week @ 2024-01-18 10/week @ 2024-01-25 9/week @ 2024-02-01 18/week @ 2024-02-08 48/week @ 2024-02-15 142/week @ 2024-02-22 147/week @ 2024-02-29 137/week @ 2024-03-07 108/week @ 2024-03-14 81/week @ 2024-03-21 83/week @ 2024-03-28

414 downloads per month
Used in 11 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

~14–48MB
~711K SLoC