mirror of
https://github.com/nicoburns/blessed-rs
synced 2025-02-16 12:58:29 +00:00
Add note on game engines
This commit is contained in:
parent
584ad27dde
commit
6fe7827d0d
1 changed files with 1 additions and 0 deletions
|
@ -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."
|
||||
|
|
Loading…
Add table
Reference in a new issue