C3 OpenAI-Compatible Client
by C3 Designs LLC | MIT
A drop-in client node for Godot 4 calling OpenAI-compatible HTTP APIs. Works with OpenAI, LM Studio, speaches, and any other server that speaks the OpenAI REST API
C3 OpenAI-Compatible Client for Godot A drop-in Godot 4 client node for OpenAI-compatible HTTP APIs. Works with OpenAI, LM Studio, speaches, and any other server that speaks the OpenAI REST API. Features Chat completions with vision (image input) support
GodotNWS
by Odin the Doggo | MIT
A Godot plugin for 4.1+ that connects to the U.S. National Weather Service API for quick and easy access using HTTP requests. Fetch forecasts, weather images, and even radar gifs with a few simple functions
This plugin utilizes the National Weather Service API to provide forecasts, graphicasts, current conditions, and many informational images such as the drought monitor, forecast charts, and full warning map. Documentation is available here. Features
Itch.io OAuth API
by Avocado Games | MIT
Allows you to interact with the Itch.io OAuth API in your Godot projects
Itch.io OAuth API for Godot This plugin allows you to interact with the Itch.io OAuth API in your Godot projects with only a few simple functions. See the documentation for instructions on how to use the various functions this plugin provides
AwaitableHTTPRequest
by Swarkin | MIT
Allows you to send HTTP requests and access their response in the same line, without signals
This addon makes HTTP requests much more convenient to use by introducing the await-syntax and removing the need for signals. Calling an API: extends AwaitableHTTPRequest func _ready() -> void: var resp := await async_request("https://api.github.com/users
Compute Shader Plus
by DevPoodle | MIT
Adds in classes for both managing compute shaders and shader uniforms
Compute Shader Plus This plugin adds in a ComputeHelper class that keeps track of compute shaders and their uniforms. It's especially ideal for shaders that need to be run many times per second. Here are the main features: ComputeHelper - This class
Game Jolt API
by Muriki Studio | MIT
Wrapper for the Game Jolt API running through HTTP requests. It contains all Game Jolt API endpoints and aims to simplify its use where it's possible
Game Jolt API for Godot Wrapper for the Game Jolt API running through HTTP requests. It contains all Game Jolt API endpoints and aims to simplify its use where it's possible. Compatible with Godot 4.x. For the Godot 3.x version, see this branch. For
loading more results...