All Godot about…

K
Tool

godot-ply

godot-ply is a Godot Engine plugin for in-editor box modeling, designed for gray boxing and prototyping 3D levels directly within the editor. It supports Godot 4 and offers tools for mesh editing, including face extrusion, edge manipulation, and vertex adjustments.

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
Game

A Dark Forest

A Dark Forest is a minimalistic, incremental idle game built with Godot, inspired by 'A Dark Room'. It started as a personal learning project and evolved into a community effort with multiple contributors.

Tool

Gedit

This project provides GDScript syntax highlighting support for the Gedit text editor and other editors based on the gtksourceview library. It allows for improved readability and code editing experience when working with GDScript files.

Library

GodotRx

GodotRx is a set of reactive extensions for Godot C# (Mono), providing observables for signals, lifecycle events, input events, and frame events. It also includes awaitable tasks, time scale-based schedulers, and reactive properties to enhance reactive programming in Godot.

Tool

Scatter

ProtonScatter is a Godot 4 add-on for procedural and non-destructive asset placement within scenes. It automates the positioning of props, allowing for efficient scene population without manual placement.

Tool

godot-gdscript-toolkit

GDScript Toolkit provides command-line tools for GDScript development, including a parser, linter, formatter, and code metrics calculator. It integrates with Godot 3 and 4, offering static analysis, code formatting, and complexity analysis.

Demo

Voxel Game

A Godot project aiming to replicate Minecraft-like voxel terrain generation. The project focuses on performance by generating only the top surface of the terrain and uses Godot's DataTool for manipulation and UV mapping.

Tool

Debanding Material Shader

This is a simple material shader for Godot 3.2.x that adds debanding noise to fix banding effects, specifically for the GLES2 renderer which lacks full-screen debanding support. It's designed to be easily integrated into existing projects by either using the provided ShaderMaterial or copy-pasting the debanding code.

Game

Memory Game

A simple memory game (finding pairs of cards) created using Godot Engine 3. A version for Godot Engine 4 is also available.

Library

godotdetour

godotdetour is a GDNative plugin for Godot Engine (3.4+) implementing recastnavigation for fast 3D navigation using navmeshes, agents, dynamic obstacles, and crowds. It offers runtime navmesh creation, agent avoidance, multiple navmeshes, and is highly configurable.

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.

Library

Entity Spell System

The Entity Spell System is a C++ module for Godot Engine, designed to handle entities, spells, auras, and related mechanics commonly found in RPGs. It supports both 2D and 3D games and includes networking capabilities for authoritative multiplayer implementations.

Game

TuxBuilder

TuxBuilder is a Godot 3-based reimplementation of the classic jump'n'run game SuperTux. It utilizes and modifies some of SuperTux's original assets.