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

#92 in Graphics APIs

Download history 64/week @ 2023-06-11 439/week @ 2023-06-18 280/week @ 2023-06-25 273/week @ 2023-07-02 195/week @ 2023-07-09 347/week @ 2023-07-16 265/week @ 2023-07-23 184/week @ 2023-07-30 283/week @ 2023-08-06 337/week @ 2023-08-13 351/week @ 2023-08-20 283/week @ 2023-08-27 317/week @ 2023-09-03 254/week @ 2023-09-10 260/week @ 2023-09-17 157/week @ 2023-09-24

1,002 downloads per month
Used in 11 crates

MIT/Apache

47KB
611 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–55MB
~861K SLoC