All Godot about…

K
Tool

Clipboard Narrator

Clipboard Narrator is a desktop application that turns web pages into audiobooks by reading text copied to the clipboard. It offers interrupt, queue, and manual modes for controlling the narration, providing a hands-free reading experience.

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.

Library

Speech to Text

This Godot module captures user microphone input and converts it to text. It supports multiple platforms and integrates the Sphinxbase and Pocketsphinx libraries for speech recognition.

Tool

Orchestrator

Orchestrator is a visual scripting solution for Godot 4.2+ that allows developers to build complex game logic with an intuitive graph editor and hundreds of nodes. It simplifies game development and provides flexibility comparable to commercial game engines.

Tool

Waterways

Waterways is a Godot Engine add-on for generating realistic river meshes with dynamic flow and foam effects. It utilizes Bézier curves for shaping and allows for custom shader integration, making it ideal for creating visually stunning water features.

Tool

Catppuccin Theme

Catppuccin theme for Godot offers a soothing pastel color palette in four flavors: Latte, Frappé, Macchiato, and Mocha. It provides both text editor and interface themes for Godot 4, with Godot 3 support available on a separate branch.

Demo

Godot-GameTemplate

Godot Game Template is a starting point and reference project designed for creating games with the Godot Engine, particularly suited for top-down shooter games. It offers a recommended project structure and includes a library of general-purpose scripts.

Tool

Simplex 2D/3D

Simplex 2D/3D is a Godot Engine plugin providing deterministic simplex noise functions for 2D and 3D applications. It offers a versatile tool for generating procedural textures, terrains, and effects within Godot projects.

Tool

CRT Shader

This is a Godot 3 shader that simulates a CRT display, providing a retro look to your 2D games. It includes various adjustable parameters like curvature, vignette, scan lines, and chromatic aberration.

Library

godot-enet-better

godot-enet-better is a Godot Engine module providing an enhanced ENet implementation for creating high-performance multiplayer games. It offers features like multiple channels, client kicking, and efficient packet handling.

Tool

GDSerCommPlugin

GDSerCommPlugin is a Godot 4.1+ plugin designed to enable communication between Godot projects and Arduino boards via serial communication. It provides functionalities to read and write serial input, facilitating integration with hardware projects.

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.

Tool

GdUnit3

GdUnit3 is a Godot editor plugin that provides a unit testing framework for GDScript and C# scripts, enabling test-driven development. Note: GdUnit3 is no longer maintained; consider using GdUnit4 for Godot 4 projects.

Library

GodotDiscordSDK

GodotDiscordSDK is a GDNative wrapper for the Discord Game SDK, enabling Discord integration in Godot games. It supports Windows, Linux, and MacOS and offers a way to add Discord functionality using GDScript.