All Gadgets

Ludare Godot
by ludare
GDScrpt implementation of the Ludare service integration for the Godot engine.

Rapier Physics 3D - Slower Version with Cross Platform Deterministic 3D
by ughuuu
A 3D drop-in replacement for the Godot engine that adds stability and fluids. This version is cross platform deterministic This version does NOT have: - SIMD (Single instruction, multiple data) operations for even faster performance - parallel solving. This version is more an advanced version and it's not for normal use cases.

Godot FEAGI Integration
by neuraville
This plugin allows for integration of your Godot game with FEAGI (Framework for Evolutionary Artificial General Intelligence), an open-source framework designed as a brain-inspired platform to help develop artificial general intelligence. Open the configurator from the Project tab -> Tools -> Open FEAGI Configurator. In this menu, put in the connection settings to FEAGI, as well as sensor data to send to FEAGI and how FEAGI's motor outputs should interact with your game via Input Events.

Godot OpenXR Vendors plugin v4 3D
by mux213
This is the Godot OpenXR Vendors plugin which contains: - platform dependent loaders for Android based XR devices - implementations of vendor extensions Learn more about this plugin here: https://godotvr.github.io/godot_openxr_vendors/ Use this version for Godot 4.4 and up.

Loading with Threads Demo
by godotengine
An example using a thread to load an image. See documentation on using multiple threads: https://docs.godotengine.org/en/stable/tutorials/performance/using_multiple_threads.html Language: GDScript Renderer: Mobile

LimboConsole: in-game dev console
by limbonaut
A simple and easy-to-use in-game dev console with a command interpreter for Godot Engine 4. It supports auto-completion with TAB for commands and history, auto-correction, inline hints and highlighting, command help text generation, argument parsing for basic types, aliases, custom theming, and more. Please read "How to use" in the README.md. This plugin is currently in development, so expect breaking changes.

Sprite Shader Mixer
by spheras
The Godot Sprite Shader Mixer is an add-on for Godot that allows Sprite2D and AnimationSprite2D (Label and ColorRect since version 1.2.0) nodes to blend shaders from a collection of available shaders. Users can select and add shaders to sprites dynamically, automatically downloading them from GitHub as needed. The plugin handles shader generation and blending, resulting in a texture that combines all selected shaders. The add-on allows you to download a set of shaders from a collection (the c...

WAT Unit Framework
by codedariganie
Unit Testing Plugin for Godot. Tested with version 3.3.2 SUPPORTS Editor Integration Test Hooks Asynchronous Testing Parameterized Testing Threaded Tests JUnit XML Command Line Interface With CI Support And More

Godot Finder
by josaid
Plugin for the Godot Game Engine that helps you find files (scenes, scripts, resources, etc) across your entire project. Usage To bring up the finder simply press **shift** twice (as you would in any IntelliJ based IDE) or click the search icon in the toolbar (usually the top-right corner of the editor). Besides intuitive mouse support, the finder window also have full keyboard support: - Arrow keys or tab/shift+tab for single-item navigation - Pageup and Pagedown for going to the first and l...
Terrainy 3D
by ninetailsrabbit
Quickly create natural-looking terrain with customizable noise parameters. This tool is designed to create simple but powerful terrains that do not require manual painting

Bonnie Dialogue Manager for
by paganseawitch
Importer and interpreter for Bonnie Dialogue Language. Completely written in GDScript. No external dependencies. Editable in Godot! Bonnie is a language for writing branching dialogues/dialogs and has lots of nice features. Check the docs for more info.
Run-time File Saving and Loading Demo
by godotengine
This project showcases how to load and save various file types without going through Godot's resource importing system. This is useful to load/save images, sounds, 3D scenes and ZIP archives at run-time such as user-generated content, without requiring users to generate a PCK file through Godot. Can be loaded and saved at run-time: - Images (JPEG, PNG, WebP) - 3D scenes (glTF 2.0) - ZIP archives - Plain text files* Can be loaded at run-time: - Images (TGA, BMP, SVG**) - Audio (Ogg Vorbis) - F...