From 2d48fb8e40b4c80dc3be1ee50349afe7f4ec5a36 Mon Sep 17 00:00:00 2001 From: JSKitty Date: Sun, 26 Nov 2023 15:15:32 +0000 Subject: [PATCH] Add Fyrox to Game Development section (#95) --- data/crates.json | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/data/crates.json b/data/crates.json index e46895a..2059729 100644 --- a/data/crates.json +++ b/data/crates.json @@ -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."