All Gadgets

SQLPentagram
by militaryg
an SQL manager to quickly access data by data and update it with not corrupted files with power failure. it isn't supported by other SQL because it has it's own data structure.

Runtime Ogg Vorbis GDExtension
by jte
This lightweight GDExtension adds static functions for loading Ogg Vorbis files into an immediately usable AudioStreamOggVorbis at runtime, without requiring the files to be imported using Godot Editor first. You may load files by path, or directly from a PackedByteArray buffer in memory, which could for example be used with ZIPReader to play music out of a zip package. Binaries for Windows, Mac, and Linux are provided. Please see README.md for usage details.

Little Buddy
by shadesandgrays
This tool adds a dock that contains a little pixel buddy that bounces.

Godot YAML
by fimbulworks
A high-performance YAML parser and serializer for Godot 4.3+ that speaks fluent Variant. Features include: - Editor integration with custom YAML file editor. - Comprehensive Variant support. Seamlessly parse and stringify most Godot Variant types. - Custom Class support. Register your Script classes for seamless serialization and deserialization. - Parsing YAML files with multiple documents. - Comprehensive style customization, with a style extraction feature during parsing. - Thread-safe par...

Rust Gdext GDExtension
by danilkovalchuk0
Unofficial starter for Gdext Rust https://github.com/godot-rust/gdext. # Instructions Please follow https://godot-rust.github.io/book/intro/setup.html before proceeding Run commands below in your Godot project root: >_ cd addons/rust-gdextension >_ cargo update >_ cargo build After reloading an editor, node Player should appear

GDForms
by jeanmarcpelletier
GDForms is a plugin for Godot that allows the creation of interactive forms for collecting information from the user.

Godot Notebook
by branflake
Keep your notes where your game is! Key Features: - Custom dock - Write, view, and review notes without leaving the Godot editor - Multiple pages with unique names and contents - Simple syntax highlighting ## to highlight line yellow ++ to highlight line green !! to highlight line red [] to highlight your "checkbox" purple
![Ridiculous Coding - Godot 4.2.2 [Cuppixx Version] hero image](https://raw.githubusercontent.com/Cuppixx/RidiculousCodingCuppixxVersion/main/icon.png)
Ridiculous Coding - Godot 4.2.2 [Cuppixx Version]
by cuppixd
Slightly less ridiculous screen-shakey coding. Inspired by Textreme https://ash-k.itch.io/textreme-2. Original version by John Watson. Edited by Cuppixx.
Godot Expo Vector Icons
by soulstogether
A simple godot addon that allows the usage of all expo vector icons. Source font files pulled from https://github.com/expo/vector-icons/tree/master Contains: AntDesign, Entypo, EvilIcons, Feather, FontAwesome, FontAwesome5, FontAwesome6, Fontisto, Foundation, Ionicons, MaterialCommunityIcons, MaterialIcons, Octicons, SimpleLineIcons, Zocial Customizability: By extending from the the base IconBase class, you can easily create your own icon nodes using a new font file.

Key Prompt Texture 2D
by technoporg
A texture which adapts the image it displays based on the currently connected controller. Useful for button prompts in UI elements.

OpenWeatherMap In Godot 4
by kinggd
Add real-time weather features to your Godot 4 projects with the OpenWeatherMap API. It`s easy to use – just follow the structured URL for API calls and get current weather info like temperature, humidity, and wind speed for free. This is a project that shows you how to use the OpenWeatherMap API in Godot 4.If you want to create a weather app with a better UI design, you can watch this video: https://youtu.be/RvxLPOXMDXs You can access the following data from this API response: Coordinates: -...

2D Particles Demo
by godotengine
This demo showcases how 2D particle systems work in Godot. Language: GDScript Renderer: Mobile