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

#231 in Rendering

Download history 37/week @ 2024-01-12 18/week @ 2024-01-19 9/week @ 2024-01-26 10/week @ 2024-02-02 18/week @ 2024-02-09 55/week @ 2024-02-16 143/week @ 2024-02-23 148/week @ 2024-03-01 145/week @ 2024-03-08 99/week @ 2024-03-15 48/week @ 2024-03-22 228/week @ 2024-03-29 98/week @ 2024-04-05 68/week @ 2024-04-12 77/week @ 2024-04-19 37/week @ 2024-04-26

321 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–47MB
~742K SLoC