diff options
-rw-r--r-- | src/_data/gtools.json | 23 |
1 files changed, 22 insertions, 1 deletions
diff --git a/src/_data/gtools.json b/src/_data/gtools.json index b747304..1aa3296 100644 --- a/src/_data/gtools.json +++ b/src/_data/gtools.json @@ -1,6 +1,13 @@ { "gameTools": [ { + "toolName": "Audacity", + "type": "Music Editor", + "graphics": "N/A", + "link": "https://www.audacityteam.org/", + "os": "Windows, Linux, Mac OS" + }, + { "toolName": "Babylon.js", "type": "Game Engine", "graphics": "3D", @@ -43,13 +50,20 @@ "os": "Windows, Linux, Mac OS" }, { - "toolName": "Ebitengine ", + "toolName": "Ebitengine", "type": "Game Engine", "graphics": "2D", "link": "https://ebitengine.org/", "os": "Windows, Linux, Mac OS" }, { + "toolName": "Flame", + "type": "Game Engine", + "graphics": "2D", + "link": "https://flame-engine.org/", + "os": "Windows, Linux, Mac OS" + }, + { "toolName": "Gdevelop", "type": "Game Engine", "graphics": "2D, 3D*", @@ -127,6 +141,13 @@ "os": "Windows, Linux" }, { + "toolName": "LMMS", + "type": "Music & Audio (DAW)", + "graphics": "N/A", + "link": "https://lmms.io/", + "os": "Windows, Linux, Mac OS" + }, + { "toolName": "LÖVE 2D", "type": "Game Framework", "graphics": "2D", |