Add note on game engines

This commit is contained in:
Nico Burns 2023-02-13 13:48:01 +00:00
parent 584ad27dde
commit 6fe7827d0d

View file

@ -1128,6 +1128,7 @@
"purposes": [
{
"name": "Game Engines",
"notes": "Bevy is the clear winner for complex games (and especially 3D games). For those wanting something simpler, both ggez and macroquad are good options",
"recommendations": [{
"name": "bevy",
"notes": "By far the most developed Rust game engine. It's still early, but already impressive and very much useable."