All Godot about…

K
Library

gdstats

gdstats is a Godot Engine library providing a collection of pseudorandom number generators for various statistical distributions. It includes implementations for discrete and continuous distributions, optimized for speed via inversion techniques.

Tool

Scrolling Background

This Godot Engine plugin provides a customizable scrolling background node for 2D games. It simplifies the creation of seamless and visually appealing backgrounds in both Godot 2 and 3.

Godot-3 Plugin Asset Godot 3
Library

Goost

Goost is a general-purpose Godot Engine extension implemented as a C++ module, designed to complement the engine with missing functionality and optimize performance-critical tasks. It aims to prevent engine bloat by providing additional core data structures and exposing hidden built-in functionality.

Tool

Maaack's Game Template

Maaack's Game Template is a comprehensive Godot 4 template providing a ready-made main menu, options, pause menu, credits, scene loader, and example game scene. It supports both new and existing projects, offering a scalable foundation for game development.

Tool

Line Collider 2D

Line Collider 2D is a Godot Engine script that dynamically generates collision shapes from an array of Line2D nodes. This tool simplifies the creation of collision boundaries for prototypes and games by automatically creating a collision shape chain that follows the provided lines.

Godot-3 Physics Tool Godot 3
Tool

PixelPen

PixelPen is a free and open-source pixel art editor built with the Godot Engine, functioning as both a Godot addon and a standalone application. It supports GDScript and C++ through a GDExtension plugin, offering tools for pixel art creation and animation.

Tool

ThemeGen

ThemeGen is a Godot Engine tool that simplifies theme creation using GDScript. It enables efficient style reuse, recombination, and color sharing across UI components, enhancing theme management and customization.

Demo

UDP Snapshot interpolation

This Godot demo showcases UDP snapshot interpolation for networked physics, demonstrating essential techniques for real-time multiplayer games. It includes adjustable network frame rate and smooth animation through interpolation, though the author now favors state synchronization.

Demo

Crystal Bit Godot Game Template

Crystal Bit Godot Game Template is a starter project providing a solid base for building Godot games. It handles common tasks like scene transitions, game pausing, and includes continuous integration support.

Library

GodotSx

GodotSx provides reactive extensions for Godot 4's signal system, enabling Rx-style operations like merging and filtering signals. It's a lightweight alternative to full Rx implementations, offering essential reactive functionalities without the overhead.

Tool

Material Maker

Material Maker is a Godot Engine-based tool for creating textures procedurally and painting 3D models. It utilizes a node-based interface for defining textures and brushes, similar to Substance Designer.

Tool

GodotAIGym

GodotAIGym allows you to turn your Godot project into an OpenAI Gym environment for training reinforcement learning models with PyTorch. It supports Godot 3.2 and currently runs only on Linux systems.

Library

Godot Shaders

Godot Shaders is a free and open-source shader library by GDQuest, offering a wide range of 2D, 3D, and screen shaders with demo scenes. It's currently being ported to Godot 4, with a stable version available for Godot 3.

Tool

vpuppr

Vpuppr is a cross-platform VTuber application developed with Godot, supporting multiple tracking backends. It is currently being rewritten for Godot 4, with the Godot 3 version available on the godot-3 branch.

Demo

UDP State synchronization

This demo showcases state synchronization in Godot for networked physics, offering a more efficient approach than snapshot interpolation. It includes features like sequence checking and linearly interpolated error correction.