godotcord
Goost
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.
godotcord
-
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).
Goost
-
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.
What are some alternatives?
GodotDiscordSDK - A Discord Game SDK wrapper for Godot, written in C.
godot_voxel - Voxel module for Godot Engine
serial_port - A godot module support serial port communication.
scatter - Godot engine addon to randomly fill an area with props or other scenes
GodotSteam - An ecosystem of tools for Godot Engine and Valve's Steam. For Linux, Mac, and Windows.
godot_openvr - GDExtension-based OpenVR module
godot-sqlite - SQLite engine module for Godot based on gdsqlite-native
anima - Godot: run sequential and parallel animations with less code
godot_work_timer
Qarminer - Qarminer is fuzzer which automatically test Godot and its modules
godot_ios_plugin_template - Godot iOS plugin template with Swift and NativeLib support.
SmartShape2D - A 2D Terrain Tool for Godot