All Godot about…
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.
Easing Script
This is a GDScript port of Robert Penner's easing equations for Godot Engine. It provides a variety of easing functions to create smooth animations and transitions in your games.
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.
Godot Shaders
Godot Shaders is a free and open-source shader library by GDQuest, offering a wide range of 2D, 3D, and screen shaders with demo scenes. It's currently being ported to Godot 4, with a stable version available for Godot 3.
Godot XR Template
Godot XR Template is a starter project for developing VR games in Godot Engine. It provides preconfigured exports for Android-based headsets with OpenXR support, example scenes, and integration with Godot XR Tools.
Qodot
Qodot is a Godot Engine plugin that enables the import of Quake .map files for level design, supporting features like brush geometry, textures, collision volumes, and gameplay entities. It integrates with TrenchBroom for an intuitive level editing workflow.
Goost
Goost is a general-purpose Godot Engine extension implemented as a C++ module, designed to complement the engine with missing functionality and optimize performance-critical tasks. It aims to prevent engine bloat by providing additional core data structures and exposing hidden built-in functionality.
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.
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.
Godot XR Tools
Godot XR Tools provides a collection of support files and scenes to facilitate AR and VR development within the Godot Engine. It offers components and tools to streamline the creation of XR experiences, supporting multiple Godot versions.
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.
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.
OpenLiberty
OpenLiberty is an open-source project aiming to reimplement Grand Theft Auto III in the Godot Engine. It focuses on loading game maps, collision data, models, and textures at runtime, converting them from GTA3 formats to Godot formats.
gterm
Gterm is a terminal emulator control for the Godot Engine, designed for projects needing terminal-like interfaces. It's suitable for roguelikes, hacking games, programming-themed games, or debug consoles.