diff options
author | Indrajith K L | 2022-11-02 00:07:50 +0530 |
---|---|---|
committer | Indrajith K L | 2022-11-02 00:07:50 +0530 |
commit | 6a488b0267e85957bc8c5219528371dd51b00188 (patch) | |
tree | 94c24d81d04363ee688a30f3d634bab126ff6ac6 | |
parent | 3a2f8b4d1c180bdb758f7ab5eac2570bb7d32a50 (diff) | |
download | indrajith-dev-6a488b0267e85957bc8c5219528371dd51b00188.tar.gz indrajith-dev-6a488b0267e85957bc8c5219528371dd51b00188.tar.bz2 indrajith-dev-6a488b0267e85957bc8c5219528371dd51b00188.zip |
Article Update
* Updates Game Tools Listing
-rw-r--r-- | src/_data/gtools.json | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/src/_data/gtools.json b/src/_data/gtools.json index 60f45a8..b747304 100644 --- a/src/_data/gtools.json +++ b/src/_data/gtools.json @@ -8,6 +8,13 @@ "os": "Windows, Linux, Mac OS" }, { + "toolName": "Bevy", + "type": "Game Engine", + "graphics": "2D, 3D", + "link": "https://bevyengine.org/", + "os": "Windows, Linux, Mac OS" + }, + { "toolName": "Blender", "type": "3D Graphics Editor", "graphics": "3D", @@ -36,6 +43,13 @@ "os": "Windows, Linux, Mac OS" }, { + "toolName": "Ebitengine ", + "type": "Game Engine", + "graphics": "2D", + "link": "https://ebitengine.org/", + "os": "Windows, Linux, Mac OS" + }, + { "toolName": "Gdevelop", "type": "Game Engine", "graphics": "2D, 3D*", |