All Gadgets
Gravity Bodies 2D
by harvzor
A plugin/addon for Godot which adds support for fairly realistic point gravity physics (currently only in 2D).
Node Screenshot Tool
by notsketched
A screenshot tool for Godot 4.3+ that allows you to select a node from any scene and take transparent screenshots of it.

Little Camera Preview
by anthonyec
Show a picture-in-picture style preview when selecting a 2D or 3D camera.
Polyrinthes, 3D Maze Generator 3D
by betterblood
3D Maze generator, with Debug mode, showing connexion between rooms, hiding walls if necessary.
Audio Microphone Record Demo
by godotengine
This is an example showing how one can record audio from the microphone and later play it back or save it to a file. With an addition on how to change the format, mix rate and stereo settings of the recording. Language: GDScript Renderer: Compatibility
Godot 4 - HTTPManager
by klaas
A feature-rich Godot HTTP manager addon Features - multiple simultaneous requests - queue management - add GET and POST variables - add upload files or buffers via POST request - decodes response based on mime-type - custom decoders for mime-types - automatic progress display - web cache based on etag and modified-since headers - NEW: basic cookie support (this adds support for PHP sessions) Godot 4.2 compatible ⚠️ Breaking change: Due to a naming collision with Godot's base object the HTTPMa...

Arcweave Godot Plugin
by arcweave
Arcweave Godot Plugin is a plugin for importing Arcweave Projects from arcweave.com in Godot and using them in your Projects.
LDtk Importer 2D
by gleeson
The most fully-featured, up-to-date LDtk Importer Plugin for Godot 4. Leverage LDTk's powerful editor to quickly create your own 2D levels and maps. - Imports `.ldtk` files into Scenes to use in your project. - Fast, automatically reloads on saved changes. - Use Post-Import scripts to customise the resulting scene More extensive documentation can be found on Github.
DTL (Dungeon Template Library)
by krazyjakee
Convenient interface to generate various types of 2D map data (islands, mazes, roguelike dungeons, and more) in Godot.
Editor Theme Explorer
by yurisizov
This is a Godot editor plugin which allows other plugin developers to quickly reference various theme properties defined in the main editor theme. Multiple fonts, styles, colors and icons are available through the editor's UI tree. With Editor Theme Explorer plugin creators can easily find theme items that would fit their own UI and reuse them, providing users with seamless experience between the editor's native UI and the UI added by plugins. By reusing existing theme definitions it becomes ...
HeinDraw - Image Editor
by heinthet
HeinDraw is a lightweight image editor addon that provides essential tools needed for quick image adjustments. # Features * Effects (brightness, contrast, saturation, hue, color replace, transformation) * Custom effect shaders can be added to hein_draw/effects. * Image Tools(resize, rotate, flip, crop) * Frames (outline, vignette, circular vignette) * Draw (stroke, brushes, pixel erase, seamless painting mode, randomize brush) * Custom brushes can be added to hein_draw/brushes. * Full Undo/Re...
Shader Nodes
by iranon
This is a collection of custom nodes for the Visual Shader. Its main purpose is providing additional functions like voronoi and wave textures generation. It comes with shaders functions defined in GDScript (extending VisualShaderNodeCustom) and in GDSL too (inside the Visual Shader editor using GlobalExpression and Expression nodes). Look at the GitHub repository for further details.