All Godot about…

K
Tool

Cartographer

Cartographer is a GPU-powered terrain editor for Godot 3, enabling the creation of detailed and customizable 3D terrains. It supports features like GPU Clipmap LOD, layered terrain materials, heightmap sculpting, and a custom TextureArray importer for optimized performance.

Library

Gdnet for Godot 3

GDNet is an ENet wrapper for Godot 3, providing connection handling, sequencing, reliability, and more on top of UDP. It simplifies networking in Godot games by offering a thin wrapper around the ENet library.

Demo

First Person Starter

First Person Starter is an FPS template for Godot, providing starter content for new or existing projects. It includes a 3D character controller, smooth movement, camera rotation, and joypad support.

Library

Fast Fourier Transform (FFT)

This Godot Engine plugin provides a Fast Fourier Transform (FFT) implementation in GDScript. It allows for forward and reverse transformations between data-space and Fourier-space, as well as utility functions for complex number manipulation.

Tool

NativeLib

NativeLib is a plugin management system for Godot Engine, designed to simplify the integration and management of native libraries for iOS and Android platforms. It handles plugin dependencies and provides easy updates for native libraries.

Demo

Godot Game Of Life

A GPU-based implementation of Conway's Game of Life in Godot, leveraging shaders for cellular automata calculations. GDScript is used for user input, with a focus on efficient rendering techniques.

Tool

NI mate Motion Capture

NI mate Motion Capture is a Godot Engine plugin that allows users to animate skeletons using a Microsoft Kinect sensor. It requires Delicode NI mate and is compatible with Godot 3.x.

Demo

Open Source A-RPG Demo

This is a full open-source A-RPG demo created with Godot, showcasing good programming practices for a growing game project. It features multiple interlocking systems, core gameplay, a boss encounter, inventory, shop systems, and a user interface with nested menus.

Demo

Godot FPS Template

A free and open-source first-person shooter (FPS) template for Godot Engine, featuring customizable player movement, settings, UI, and keybinding. Includes basic interactive elements and commented code for easy learning.

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

Planet Rider

Planet Rider is a 2D physics-based parkour game developed with Godot Engine. Players must guide a stranded delivery man through randomly generated alien landscapes on a hover bike, collecting fuel to reach the rescue zone.

Tool

LibreAim

LibreAim is a free and open-source FPS aim trainer developed with Godot 4.4. It focuses on customization and lightweight performance, aiming to provide a training tool that runs smoothly even on low-end machines.

Library

Godot SQLite

Godot SQLite is a GDNative wrapper that provides SQLite3 database support within Godot 4.x (and 3.x in a separate branch) projects. It simplifies data management by enabling direct SQLite database interactions without complex build configurations.