This tool integrates GPT within Godot.Chat with it!Summarize your functionsRun basic actions such as write a function to verify an email using regex. Ask for help!How To UseClone the RepoCopy it to Your Godot ProjectUnder Project > project settings > addons and enable the AddonGo under Project Tools > GPT ChatSet your API key and pick your optionsClick OKYou can use Godot GPT now!
Toolbar to manage your plugins directly from the main view.Allows for quick iteration when authoring your own plugins.
This official plugin lets you interact with Git without leaving the Godot editor. More information can be found at https://github.com/godotengine/godot-git-plugin/wiki.Only compatible with Godot 4.1+.
A Godot plugin that ports sfxr, the popular program of choice to make retro sound effects for games.You can use sfxr sound files like regular audio files in Godot and edit sound files like in the original sfxr.
Nodot is a video game oriented collection of nodes, autoload scripts and scenes for Godot 4. The goal is to provide a set of tools that can be used to rapidly create a wide variety of games.
A simple plugin, to make dealing with licensing simple.License: CC0-1.0Currently supports loading license files you provide, and even license files that mods provide.Look at the Readme for more informationQuick Example: (A License Viewer Scene, that you can also drop into one of your game scenes)Run the Scene at res://addons/simplelicense/GUI/LicenseGUI.tscn and take a look around If you want to export those licenses for external viewing. click on the "open data directory" button then click on the "save licenses" button and watch the data directory populate with license files
AI-assisted development for the Godot engine.
Imports FontFile resources from plain PNG images in a simple format.See the readme for usage instructions:https://gitlab.com/snoopdouglas/abfi/-/blob/v3.0.0/README.mdNote that this plugin is available under the ISC license (which is MIT-compatible).
A Godot plug-in that simplifies the setup and use of compute shaders in Godot!This plugin wraps the RenderingDevice compute API. It provides a custom ComputeWorker class and node that simplifies setup and execution of the compute pipeline, and handles encoding of Godot data types into GLSL data buffers. All so you don't have to!Features:- ComputeWorker node/class- Custom resources to handle uniform data- Simplified compute API- Easy scene tree interaction- Supports uniforms and storage buffers- Support for Structs and Struct Arrays- Decently documented- Example sceneSee the README in the github repo for a short guide to get up and running!
Converts CSS to Godot Themes
A simple branching dialogue editor and stateless runtime.Create your dialogue right in the Godot Editor itself with a simple script-like language and the built-in syntax checker.Then, in your game, use the DialogueManager global to fetch lines of dialogue. There is an example dialogue balloon to help get you started on creating your own to fit in better with your game. The GitHub repository also contains a few extra example balloon implementations.
Godot RL Agents is a fully open source package that allows video game creators, AI researchers and hobbyists the opportunity to learn complex behaviors for their Non Player Characters or agents.Find out more at the libraries github repo: https://github.com/edbeeching/godot_rl_agents