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

#324 in Rendering

Download history 298/week @ 2024-04-01 42/week @ 2024-04-08 77/week @ 2024-04-15 73/week @ 2024-04-22 62/week @ 2024-04-29 40/week @ 2024-05-06 63/week @ 2024-05-13 98/week @ 2024-05-20 50/week @ 2024-05-27 73/week @ 2024-06-03 50/week @ 2024-06-10 102/week @ 2024-06-17 57/week @ 2024-06-24 21/week @ 2024-07-08 36/week @ 2024-07-15

126 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–45MB
~722K SLoC