Add link to bevy_egui integration
This commit is contained in:
parent
37a3fe7f76
commit
90a0ce969b
1 changed files with 1 additions and 0 deletions
|
@ -156,6 +156,7 @@ The same code can be compiled to a native app or a web app.
|
||||||
|
|
||||||
### 3rd party
|
### 3rd party
|
||||||
|
|
||||||
|
* [`bevy_egui`](https://github.com/mvlabat/bevy_egui) egui bindings for [the Bevy game engine](https://bevyengine.org/).
|
||||||
* [`wgpu`](https://crates.io/crates/wgpu) WebGPU API wrapper:
|
* [`wgpu`](https://crates.io/crates/wgpu) WebGPU API wrapper:
|
||||||
* [egui_wgpu_backend](https://crates.io/crates/egui_wgpu_backend) with [example code](https://github.com/hasenbanck/egui_example)
|
* [egui_wgpu_backend](https://crates.io/crates/egui_wgpu_backend) with [example code](https://github.com/hasenbanck/egui_example)
|
||||||
* Alternative: [egui_winit_wgpu](https://github.com/Gonkalbell/egui_winit_wgpu) (not available to crates.io)
|
* Alternative: [egui_winit_wgpu](https://github.com/Gonkalbell/egui_winit_wgpu) (not available to crates.io)
|
||||||
|
|
Loading…
Reference in a new issue