All Gadgets
Multi-channel Signed Distance Field Font Demo
by godotengine
This is a demo of Multi-channel Signed Distance Field fonts in Godot. The technique used allows the text to remain clear under arbitrary zooms and rotations. The "multi-channel" part refers to the font texture being generated in a way that allows for higher precision when rendering the font. This allows MSDF fonts to be more readable at small font sizes compared to single-channel signed distance field fonts. Language: GDScript Renderer: Compatibility

PackRTC - P2P Multiplayer
by maji
PackRTC is a P2P multiplayer solution for Godot games, powered by WebRTC. Developers can use PackRTC to provide room based multiplayer games. Documentation: https://packrtc.himaji.xyz
Godot Awesome Debug Print
by austindoss
Inspired by https://github.com/gruns/icecream Better debug information using ad.p(arg) rather than print(arg) Awesome Debug returns the input argument so it can be dropped into existing code without issue.
Window Management Demo
by godotengine
A demo showing the various window management features available through the DisplayServer singleton. - Moving the window. - Making it resizeable / nonresizeable and setting its size. - Minimizing and maximizing. - Moving the window around. - Making the window transparent. - Capturing, hiding or confining the mouse. - Getting various information about the screens, including DPI and refresh rate. Language: GDScript Renderer: Compatbility
Rakugo Dialogue System
by jebedaia
Rakugo Dialogue System is dialogue scripting system inspired by Ren’Py Script. It is part of Rakugo Project: https://rakugoteam.github.io
Godot Texture Atlas 2D
by kautaruma
Adds support for using Adobe Animate Texture Atlases to Godot. Read the README.md for more info on what is currently supported.
ActionButton
by hapty
ActionButton is a custom Button node with extended audio and visual customization. Features: *Customize how the button animates and looks when you interact with it. *Configure sounds for the button, with a system that keeps track of sounds and reuses them across the project.
VersionCheck
by derwenzel
A small plugin that checks if a newer version of the godot alpha is available.

OpenAI GPT Chat
by finepointcgi
This tool integrates GPT within Godot. Chat with it! Summarize your functions Run basic actions such as write a function to verify an email using regex. Ask for help! How To Use Clone the Repo Copy it to Your Godot Project Under Project > project settings > addons and enable the Addon Go under Project Tools > GPT Chat Set your API key and pick your options Click OK You can use Godot GPT now!

GDMatPlot
by dmrokan
This plugin adds GNUPlot terminal to the Godot engine for displaying plots on a 2D canvas layer without requiring GNUPlot executable Checkout demos: https://github.com/dmrokan/gdmatplot/releases/download/v0.3.0/demo.zip https://github.com/dmrokan/gdmatplot/releases/download/v0.3.0/demo3d.zip
2.5D Game Demo
by godotengine
This demo project shows a way to create a 2.5D game in Godot by mixing 2D and 3D nodes. It also adds a 2.5D editor viewport for easily editing 2.5D levels. How it works: Custom node types are added in a Godot plugin to allow 2.5D objects. Node25D serves as the base for all 2.5D objects. Its first child must be a 3D Spatial, which is used to calculate its position. Then, add a 2D Sprite (or similar) to display the object. Inside of Node25D, a 2.5D transformation matrix made of three `Vector2`s...
Fancy Folder Colors
by twister
Custom Folder Colors Addon For Godot 4 Allows you to choose a custom color for folders. (also works with files) How Work In the godot file system, press RMB (right click) on any folder/file you want to colorize and select Custom Color from the menu.