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

#497 in Graphics APIs

Download history 83/week @ 2024-06-15 84/week @ 2024-06-22 12/week @ 2024-06-29 14/week @ 2024-07-06 34/week @ 2024-07-13 50/week @ 2024-07-20 62/week @ 2024-07-27 30/week @ 2024-08-03 60/week @ 2024-08-10 43/week @ 2024-08-17 34/week @ 2024-08-24 34/week @ 2024-08-31 36/week @ 2024-09-07 28/week @ 2024-09-14 184/week @ 2024-09-21 33/week @ 2024-09-28

285 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

~14–46MB
~726K SLoC