Calcoph / imgui-wgpu-rs

Dear imgui renderer for wgpu-rs.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

Dear imgui renderer for wgpu-rs.

License:MIT License


Languages

Language:Rust 92.4%Language:WGSL 7.6%