All Godot about…

K
Tool

SimpleGodotCRTShader

SimpleGodotCRTShader is a Godot shader that simulates CRT displays, providing a retro look with distortion, color bleeding, and scanlines. It supports Godot 4.x, 3.x, and 2.x with customizable parameters for each effect.

Godot-4 Godot-3 Shader Beginner Asset Godot 4.x, 3.x, 2.x
Tool

Godot Gif Getter

Godot Gif Getter is an in-game utility for recording and saving GIFs, utilizing the image-gif Rust library for encoding. It offers configurable settings and easy integration into Godot projects for quick GIF creation.

Game

Haldric

Haldric is a work-in-progress reimplementation of the Battle for Wesnoth, built using the Godot Engine. This project represents an effort to modernize the classic strategy game with a new engine.

Tool

Godot Polygon 2D Fracture

This tool provides simple scripts for fracturing and cutting 2D polygons in Godot. It supports Delaunay and cut-line fracturing methods, polygon restoring, and includes helper functions for polygon manipulation.

Tool

TileSet Builder

TileSet Builder is a Godot 3.x plugin that simplifies the creation of tilesets from spritesheets. It generates either *.tscn (scene) or *.tres (tileset) files based on user-defined parameters like sprite sheet path, tile size, offset, and spacing.

Godot-3 Tool Plugin Asset Godot 3.x
Tool

Maaack's Scene Loader

Maaack's Scene Loader is a Godot 4.2 plugin that simplifies scene transitions by adding a loading screen with a progress bar and error handling. It supports asynchronous resource loading and easy integration into existing projects.

Game

ROTA

ROTA is a gravity-bending puzzle platformer game developed with Godot Engine 3.6. It's available for Linux, Windows, Mac, Web, and Android, offering a unique gameplay experience.

Tool

Funexpected Flash Tools

Funexpected Flash Tools is an Adobe Animate plugin that rasterizes and exports projects for use with the Godot Engine, streamlining the process of integrating Flash-based content into Godot.

Game

BlockPop

BlockPop is a simple Breakout clone developed using the Godot Engine. Created with Godot 1.1, it serves as an early learning project and may not be suitable for reference with newer Godot versions.

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

ProtonGraph

ProtonGraph is a node-based tool for procedural 3D content creation within the Godot Engine. It allows users to generate complex 3D models through visual scripting, aiming to be user-friendly and extensible for game development.

Library

godot-luaAPI

godot-luaAPI is a Godot addon that enables Lua API support via GDScript, C#, or GDExtension for creating sandboxed modding environments. It is designed for custom modding APIs where you have control over the sandbox environment.

Tool

gd2cs.py

gd2cs.py is a Python script with a graphical UI plugin for the Godot Editor that automates the conversion of GDScript code to C#. While not perfect, it significantly reduces the manual effort required for code conversion.

Tool

IntelliJ IDEA

GDScript plugin for IntelliJ IDEA and other IntelliJ-based IDEs, providing syntax highlighting, autocompletion, and other features to enhance GDScript development.

GDScript Tool Plugin Desktop Godot 3.2, 3.3, 3.4, 3.5, 4.0, 4.1
Tool

InGrid

InGrid is an infinite scrolling grid plugin for the Godot Engine (3.x), ideal for creating 2D procedural universes, parallax scrolling effects, and infinite runner game mechanics. It offers customizable grid cell units and lightweight, optimized GDScript code.