Crates.io | imgui-wgpu |
lib.rs | imgui-wgpu |
version | 0.24.0 |
source | src |
created_at | 2019-09-07 19:56:36.87918 |
updated_at | 2023-08-02 02:01:02.653406 |
description | A wgpu render backend for imgui-rs. |
homepage | https://github.com/Yatekii/imgui-wgpu-rs |
repository | https://github.com/Yatekii/imgui-wgpu-rs |
max_upload_size | |
id | 163058 |
size | 152,451 |
Draw dear imgui UIs as a wgpu render pass. Based on imgui-gfx-renderer from imgui-rs.
For usage, please have a look at the example.
Run the example with
cargo run --release --example hello-world
Supports wgpu
0.17
and imgui 0.11
. winit-0.27
is used with the examples.
Contributions are very welcome.