A collection of ready-to-use script classes and nodes extending Godot Engine's built-in functionality.
Godot NExt is a library of script classes and nodes that extend the core functionality of the Godot game engine. It provides ready-to-use solutions for common development needs like data structures, debugging tools, visual effects, and resource management, addressing gaps in Godot's built-in node system.
Godot developers seeking to accelerate development with pre-built, specialized nodes and utilities without relying on external assets or writing boilerplate code.
It offers a curated collection of production-ready, single-purpose classes that integrate seamlessly into Godot projects, saving time and ensuring consistency compared to scattered community snippets or custom implementations.
Godot Node Extensions - Basic Node Extensions for Godot Engine
Classes are designed for immediate use after creation, such as Trail2D for visual trails or DebugLabel for runtime monitoring, saving development time on boilerplate code.
Addresses missing vanilla features with utilities like Array2D for structured data and PhysicsLayers for named layer access, as highlighted in the README's class list.
Each script serves a specific function, allowing developers to pick only needed components without importing a bloated library, aligning with the project's philosophy.
Offers both GDScript and C# versions for key classes like Trail2D and Geometry2D, catering to users of Godot's Mono version, as noted in the contributions section.
The AssetLib version is no longer maintained, requiring manual downloads and updates via GitHub, which complicates deployment and version control for teams.
As Godot 4 introduces new built-in nodes, some utilities may become redundant, and the README doesn't guarantee updates, risking compatibility issues.
Being a collection of scripts, it lacks unified tutorials or deep integration guides, making it harder for newcomers to leverage all features effectively.
A tool to generate river meshes with flow and foam maps based on bezier curves.
A-RPG demo made with Godot, MIT-licensed, from our Godot course
Godot - Realistic Water Shader
Plugin for Godot Engine to import Tiled Map Editor tilemaps and tilesets
Open-Awesome is built by the community, for the community. Submit a project, suggest an awesome list, or help improve the catalog on GitHub.