imgui-wgpu

Crates.ioimgui-wgpu
lib.rsimgui-wgpu
version0.24.0
sourcesrc
created_at2019-09-07 19:56:36.87918
updated_at2023-08-02 02:01:02.653406
descriptionA wgpu render backend for imgui-rs.
homepagehttps://github.com/Yatekii/imgui-wgpu-rs
repositoryhttps://github.com/Yatekii/imgui-wgpu-rs
max_upload_size
id163058
size152,451
Connor Fitzgerald (cwfitzgerald)

documentation

https://docs.rs/imgui-wgpu/

README

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.

Commit count: 219

cargo fmt