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

#665 in Graphics APIs

Download history 54/week @ 2024-07-21 58/week @ 2024-07-28 27/week @ 2024-08-04 67/week @ 2024-08-11 37/week @ 2024-08-18 41/week @ 2024-08-25 31/week @ 2024-09-01 35/week @ 2024-09-08 24/week @ 2024-09-15 189/week @ 2024-09-22 62/week @ 2024-09-29 18/week @ 2024-10-06 35/week @ 2024-10-13 17/week @ 2024-10-20 35/week @ 2024-10-27 32/week @ 2024-11-03

122 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–45MB
~727K SLoC