YAML Parser
by Blackwater Gator Studios | MIT
A robust YAML parser with full read/write support, type conversion, nested structures, and Godot datetime handling — no external dependencies
Features: Parses YAML/YML files into Godot dictionaries with proper type conversion Saves Godot dictionaries back to properly formatted YAML files Supports all essential YAML data types: strings, integers, floats, booleans, null, arrays, and dictionaries
Real Equation Solver
by neclor | MIT
Equation solver and generator for real-valued polynomial equations up to 4th degree
Real Equation Solver Equation solver and generator for real-valued polynomial equations up to 4th degree. Table of Content Download Example Reference Contributing Download Asset Store Asset Library GitHub Example func example() -> void: print(ResSolver
Ballistic Solutions
by neclor | MIT
Library for calculating interception times, impact positions, and firing vectors, taking into account the velocities and accelerations of both projectile and target
Ballistic Solutions Library for calculating interception times, impact positions, and firing vectors, taking into account the velocities and accelerations of both projectile and target. Table of Content Download Quickstart Warning Demo Contributing How it
VimDot
by Enber Studios | MIT
Embed Neovim inside the Godot editor, and control it just like the built-in script panel, complete with project-aware colorschemes, custom menu actions, and optional script-editor replacement
VimDot - Neovim Embed for Godot Bring the full Neovim experience directly into the Godot editor. This addon exposes a main-screen tab that hosts a Neovim session, letting you keep your modal editing habits, plugins, and colorschemes while developing
GdPlanningAI
by Wahaha Yes | Apache 2.0
An advanced game AI framework, based on Goal Oriented Action Planning (GOAP), and implemented in Godot. GdPlanningAI (shortened as GdPAI) is an agent planning addon for Godot that allows you to build sophisticated AI agents for your game world. These
Table of Contents Intro Installation Usage Demos License Frequently Asked Questions (FAQ) TODOs GdPlanningAI GdPlanningAI (shortened as GdPAI) is an agent planning addon for Godot that allows you to build sophisticated AI agents for your game world. These
The Quite OK Image Format
by NoNormal | MIT
Adds support for .qoi files
Adds support for loading and saving .qoi files. What is .qoi? Quite OK Image format is a new, simple, but effective image format. It achieves almost the same level of compression as .png, while being many times faster. If you want to learn how it works
Line3D
by NoNormal | CC0 1.0 Universal
Draw lines in 3D
IMPORTANT: This does NOT support WIDTH (yet). Features: Node type - Line3D Custom line colors As many points as you like 1 pixel wide lines Download Drop the folder in the .zip file into the root of the project (so the paths are "res://line3d/line_3d.gd
ThreadLoad
by NoNormal | CC0 1.0 Universal
Load Resources from Code using Threads
FEATURES You can load Resources from code without blocking the Main Thread, using Threads, this means NO STUTTERS and FASTER LOADING. Why faster loading? Because it uses not one core as with the other options, but as many as Godot allows, so you get use
Godot Gameplay Abilities
by OctoD | MIT
An ability system made for godot
Usage This addon provides a set of nodes and tools to create gameplay abilities in Godot. It is designed to be flexible and easy to use, while providing a solid foundation for more complex systems. This system relies on three things: Ability : A single
loading more results...