Ruzta: Scripting Language
by Serem Titus | closed
Ruzta (roo.stuh) is a modern experimental scripting language for Godot, delivered as a GDExtension. It extends GDScript with features such as traits, generics, tuples, builder constructors, and function overloading while remaining familiar to Godot
Ruzta Ruzta (roo.stuh) is a modern experimental scripting language for the Godot Engine, implemented as a GDExtension. It is designed to feel familiar to GDScript while providing additional language features that improve expressiveness, code reuse, and
DinoSource - Programming Language
by JekSun | MIT
A programming language and a ready-made interpreter for integration into projects that require gameplay related to programming or to support modding
DinoSource DinoSource - is a full-fledged, open-source, interpreted programming language developed for the Godot Engine, written in pure GDScript! This language is useful for supporting modding in games, implementing gameplay where programming is required
SignalBus
by Charles Partous | MIT
Emit and connect to global signals from any script in your project
🚦 SignalBus SignalBus is a Godot editor plugin that enables the creation of global signals! Global signals may be emitted from and/or connected to any script in your project. ✨ Features SignalBus (Autoload) A core singleton script that manages the
Guitarrada
by Sendo Estúdio | MIT
A rhythm game template for both 2D and 3D projects
Rhythm game template, including a level editor, audio/video sync assistant and support to multiple difficulties in one song (easy, medium, hard and expert) It also allows for up to two players, and more can be setted up Important: Persistency and
GoState
by Charles Partous | MIT
Gostate is a lightweight Godot plugin that provides a simple node-based hierarchical state machine system
Gostate is a lightweight Godot plugin that provides a simple node-based hierarchical state machine system. ✨ Features Easy to get started - drop a GoStateMachine into your scene, add a couple of State nodes and pick an initial state. No boilerplate
GDScript Formatter
by GDQuest | MIT
A fast code formatter for GDScript: Formats your code according to the official style guide instantly. Includes a command to auto reorder your code and supports format-on-save
GDScript Formatter is a fast code formatter that formats your GDScript files in milliseconds. This addon integrates the formatter directly into Godot 4, so you can keep your code clean and consistent without leaving the editor. Note: there's currently no
loading more results...