Skip to content

Commit

Permalink
Add Fyrox to Game Development section (#95)
Browse files Browse the repository at this point in the history
  • Loading branch information
JSKitty authored Nov 26, 2023
1 parent c468fd5 commit 2d48fb8
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion data/crates.json
Original file line number Diff line number Diff line change
Expand Up @@ -1159,10 +1159,13 @@
"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",
"notes": "Bevy is the clear winner for complex games (and especially 3D games). For a full GUI editor, use Fyrox; 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."
}, {
"name": "fyrox",
"notes": "An OOP-focused game engine with 3D and 2D support and a full GUI scene editor."
}, {
"name": "ggez",
"notes": "A simpler option for 2d games only."
Expand Down

0 comments on commit 2d48fb8

Please sign in to comment.