Goost
A general-purpose, extensible and customizable C++ extension for Godot Engine. (by goostengine)
godotcord
A Discord Game SDK integration for Godot (by Drachenfrucht1)
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
Goost
Posts with mentions or reviews of Goost.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2022-10-01.
-
I got SVGs rendering at runtime in Godot! Infinitely scalable!
Though even if not, dynamic meshes just from polygons/lines is something I've thought about before. For instance, one of the ideas would be to use lines to create signs/pipes/wall-decorations in-engine rather than needing to make it in 3d software.
-
Qarminer - fuzzer to find crashes in Godot and/or custom modules
I also found it usable when using C++ modules like Godot Voxel(https://github.com/Zylann/godot_voxel) or Goost(https://github.com/goostengine/goost) so if you use modules(in any language), then this tool may be helpful for you.
-
Godot Visual Script a loving state of the language
Basically see my discussion at Goost: https://github.com/goostengine/goost/discussions/96
-
Hello! I want to contribute to an open source tool project for Godot. Which one would you recommend?
Some addons/modules i used: Scatter, Smart2DShape, Anima, Goost and of course all of Zylans's stuff.
-
Announcing the Goost project
If you go into Actions tab and click on one of the workflow runs, you'll notice build artifacts which you can download and try out.
godotcord
Posts with mentions or reviews of godotcord.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2021-06-03.
-
Made Discord RPC for the editor so I can pretend I am being productive
There is this one as well.
-
Discord Rich Presence
You can use this C++ module (requires recompiling the editor and all export templates you plan to use) or this GDNative add-on (only requires compiling the GDNative library).
What are some alternatives?
When comparing Goost and godotcord you can also consider the following projects:
godot_voxel - Voxel module for Godot Engine
GodotDiscordSDK - A Discord Game SDK wrapper for Godot, written in C.
scatter - Godot engine addon to randomly fill an area with props or other scenes
serial_port - A godot module support serial port communication.
godot_openvr - GDExtension-based OpenVR (SteamVR) module
godot-sqlite - SQLite engine module for Godot based on gdsqlite-native