
Based on https://github.com/hasenbanck/egui_wgpu_backend `egui-wgpu` is now an official backend for `eframe` (opt-in). Use the `wgpu` feature flag on `eframe` and the `NativeOptions::renderer` settings to pick it. Co-authored-by: Nils Hasenbanck <nils@hasenbanck.de> Co-authored-by: Sven Niederberger <niederberger@embotech.com> Co-authored-by: Sven Niederberger <73159570+s-nie@users.noreply.github.com>
10 lines
522 B
Markdown
10 lines
522 B
Markdown
# egui-wgpu
|
|
|
|
[](https://crates.io/crates/egui-wgpu)
|
|
[](https://docs.rs/egui-wgpu)
|
|

|
|

|
|
|
|
This crates provides bindings between [`egui`](https://github.com/emilk/egui) and [wgpu](https://crates.io/crates/wgpu).
|
|
|
|
This was originally hosted at https://github.com/hasenbanck/egui_wgpu_backend
|