All Godot about…

K
Game

Thrive

Thrive is an open-source game project built with Godot Engine, focusing on the evolution of life. It's primarily written in C# and utilizes Godot's scene system for game development.

Library

Escoria

Escoria is a Libre framework for creating point-and-click adventure games within the Godot Engine. It provides a demo game showcasing its features and serves as a testing ground for future development.

Game

Flappy Race

Flappy Race is a free and open-source 2D multiplayer game made with Godot 3, inspired by Flappy Bird and Mario Kart. It supports desktop and HTML5 platforms and includes features like items, bots, and online multiplayer.

Library

NativeDialogs

NativeDialogs is a Godot module for using native dialogs within Godot games, offering a more integrated user experience. It bridges Godot with the platform's native dialog interfaces.

Tool

Flash Module

This module enables the use of Adobe Animate (Flash) animations within the Godot Engine. It provides a FlashPlayer node to render Flash documents, offering a streamlined workflow for integrating Flash-based content into Godot projects.

Tool

Talo

Talo is a self-hostable game backend and Godot plugin offering tools and APIs for player management, leaderboards, stats, game saves, event tracking, and more. It simplifies data-driven decisions and enhances game development workflows.

Tool

HTerrain

HTerrain is a Godot Engine plugin providing heightmap-based terrain capabilities. It supports features like texture painting, coloring, holes, level of detail (LOD), and grass, targeting the Godot API.

Godot-4 3D Plugin GDScript Godot 4.1+
Tool

Yume Visual Novel Editor

Yume Visual Novel Editor is a Godot Engine addon that provides an integrated editor for creating visual novel games. Compatible with Godot 3.1 and experimental versions for Godot 3.2, it's currently in early development.

Tool

RetroPie Godot Game Engine Emulator""

This scriptmodule enables playing 2D Godot Engine games on Raspberry Pi and other single-board computers using RetroPie, and on x86/x86_64 Linux PCs. It facilitates the installation and management of Godot as an 'emulator' within the RetroPie environment.

Godot-3 Platformer Arcade Retro Open Source Tool Godot 2.1.6, 3.0.6, 3.4.5, 3.5.1
Tool

spout-gd

Spout-gd provides Godot bindings for Spout, enabling sharing of OpenGL textures across Windows applications. It supports both sending and receiving textures with convenience classes like SpoutTexture and SpoutViewport.

Tool

Sublime Text

GDScript-sublime provides GDScript language support for Sublime Text, including syntax highlighting. It can be installed via Sublime Package Control or by cloning the repository.

Library

PortAudio

This Godot module provides wrapper methods for the PortAudio library, enabling low-latency audio processing and direct control over audio input and output within Godot Engine. It offers flexibility in choosing audio drivers and managing audio buffers, making it suitable for audio tools and rhythm games.

Library

GodotPhoenixChannels

GodotPhoenixChannels is a GDScript implementation for the Channels API of the Phoenix Framework, enabling Godot games to connect to Phoenix Channels. It facilitates real-time communication between Godot projects and Elixir/Phoenix backends, supporting features like presence tracking and event handling.

Game

Blipshift

Blipshift is a simple top-down 2D game using the Godot Engine, originally created by Michael Groufsky and ported to Godot 3.1. All code and assets are public domain, allowing for free use and modification.

Tool

AutoColliders

AutoColliders is a Godot Engine plugin for automatic collider generation, initially focusing on 2D CollisionPolygon2D nodes and with plans to expand to 3D meshes. It simplifies the process of creating collision shapes for sprites directly within the editor.