Add link to egui-tetra

This commit is contained in:
Emil Ernerfeldt 2021-07-29 01:33:55 +02:00
parent 94937a33e8
commit 9b1a8c9e00

View file

@ -180,6 +180,7 @@ The same code can be compiled to a native app or a web app.
* [`ggez-egui`](https://github.com/NemuiSen/ggez-egui) for the [ggez](https://ggez.rs/) game framework.
* [`godot-egui`](https://github.com/setzer22/godot-egui) for [`godot-rust`](https://github.com/godot-rust/godot-rust).
* [`nannou_egui`](https://github.com/AlexEne/nannou_egui) for [nannou](https://nannou.cc).
* [`egui-tetra`](https://crates.io/crates/egui-tetra) for [Tetra](https://crates.io/crates/tetra), a 2D game framework.
* For [`wgpu`](https://crates.io/crates/wgpu) (WebGPU API):
* [`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)