• Stars
    star
    5,880
  • Rank 6,533 (Top 0.2 %)
  • Language
  • License
    Creative Commons ...
  • Created about 9 years ago
  • Updated 21 days ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

A curated list of free/libre plugins, scripts and add-ons for Godot

Awesome Godot Awesome

Godot Engine logo

A curated list of free/libre games, plugins, add-ons and scripts for Godot.

Looking for third-party programming language support in Godot? See Vivraan/godot-lang-support.

Contents

Games

Open Source Games that use Godot.

2D

Godot 3.2+

  • Everplast - Unique 2D platforming experience filled with rage, rush, speed, and spray.
  • Falling Square - A simple mobile game to test your reflex.
  • Librerama - A free/libre fast-paced arcade collection of mini-games.
  • Pocket Broomball - The world's first broomball game, available for iOS, Android and html5.
  • Portal 2D - 2D remake of the Portal games.
  • spindle of serendipity - Word guessing game with customizable entries.
  • SuperStarfighter - Fast-paced local party game with starships that battle in a top-down arena.
  • TuxBuilder - Work-in-progress reimplementation of SuperTux.

Godot 3.1

  • Blipshift - Simple top-down moving platforms game.
  • Circle Jump - Mobile arcade game, addicting and enjoyable. How-to-made tutorial is available, so you can recreate it yourself and learn Godot.
  • Haldric - Official work-in-progress reimplementation of Battle for Wesnoth.
  • SealedBite - 2D platformer game, winner of the GitHub Game Off 2019 jam.
  • Unknown Horizons - Official work-in-progress reimplementation of Unknown Horizons.

Godot 3.0

Godot 2.1

  • BlockPop - A simple Breakout clone.
  • Bombs - Simple mobile game. You need to touch bombs to defuse them.
  • Captain Holetooth - Explorative platformer in a detailed world. Geared towards younger players.
  • Dolphin Island 2 - Platformer game made for the A Game By It's Cover 2015 Game Jam.
  • DynaDungeons - Bomberman clone in a fantasy universe.
  • Kraken-Rampage - Ludum Dare 33 entry made in 48 hours.
  • Minehunter - A Minesweeper clone.
  • Minilens - Free puzzle platform game.
  • Mountain of Hope - Game made on Theater Game Jam (PGA 2015).
  • Ninja-Training - Small running game done as 1 hour challenge.
  • No hope - Ludum Dare 33 entry made in 48 hours.
  • Planet Rider - 2D physics parkour game in an alien environment.
  • Platshoot - A 2D shooter game.
  • Ringed - Top-down shooter with extensive usage of light effects.
  • Tanks of Freedom - Free turn-based isometric strategy game.
  • Three Hungry Mice - Breakout game with mice made for the Godot Engine Jam of March 2016.

3D

Godot 3.2+

  • Ball2Box - Shoot the ball into the box, available for iOS, Android and html5.
  • Boom - A very simple, old fashion FPS, work-in-progress but playable.
  • Broken Seals - A work-in-progress third person action RPG with multiplayer support (needs custom engine modules).
  • Super Tux Party - A free/libre and open-source party game that is meant to replicate the feel of games such as Mario Party.
  • Tanks of Freedom II - Free turn-based isometric strategy game in voxel art.
  • Thrive - A free, open-source game about the evolution of life (Mono).

Godot 3.1

  • Rapid Rescue - Rapid Rescue is a local multiplayer strategy game inspired by Labyrinth.

Godot 3.0

  • Meteorite - A lowres metroidvania FPS, inspired by Metroid Prime, made for LOWREZJAM 2018.

Godot 2.1

Projects

Non-game Open source projects made with Godot (tools/utilities).

Godot 4.0

  • Clipboard Narrator - Turn any web page into an audiobook, works in the background on desktop!

Godot 3.5+

Godot 3.2+

  • Arrow - A tool to design game narratives with nodes.
  • Godello - A Trello-like kanban board application made with Godot. A proof of concept for complex non-game applications with Godot, as well real-time online interactions between multiple users. Includes backend code.
  • Lorien - Infinite-canvas drawing/whiteboarding app for Windows, Linux and macOS. Supports drawing tablets and pressure sensitivity.
  • Material Maker - Create PBR materials procedurally (similar to Substance Designer).
  • Pixelorama - 2D pixel art editor.
  • ProtonGraph - Node-based tool for procedural content creation. Like visual scripting, but for 3D model generation (needs custom engine modules).
  • vpuppr - A cross-platform VTuber application with mulitple tracking backends.

Templates

Projects to use as a base for your own games.

Godot 3.5+

Godot 3.2+

Godot 3.1

  • Godot-GameTemplate - Template with all necessary stuff taken care of. Designed for pixel art games.

Demos

Demos to learn GDScript, its concepts, and various game features.

Godot 3.2+

  • Godot Demo Projects - Official Godot demo projects (everything except the TPS demo).
  • TPS Demo - Official Godot third person shooter (TPS) demo with high quality graphics.
  • Godot experiments - Several 2D, 3D and VR experiments.
  • The Tower - A voxel-based parkour game to show the capabilities of the Voxelman module.

Godot 3.1

  • Realistic Water Shader - Realistic 3D water shader with foam and caustics.
  • OpenRPG - JRPG-style game demo and template.
  • voxelgame - Minecraft-like voxel terrain demo, utilising the godot_voxel module.

Godot 3.0

Godot 2.1

Tutorials

Note

The list of tutorials has moved to the Godot documentation.

Plugins and scripts

Scripts that let you do new stuff, or enhance Godot functionality.

Various Godot versions

  • 2D Day/Night Cycle - A β˜€οΈ Day / πŸŒ” Night cycle for 2D (Godot 3.x).
  • 2D Destructible Objects - A script that takes a sprite, divides it into blocks and makes them explodeπŸ’₯ (Godot 3.x).
  • AgonesSDK - Plugin to add Agones SDK functionality to Godot (Godot 3.x).
  • Anima - Run sequential and parallel animations with less code compared to Tween (Godot 3.x).
  • Aseprite Wizard - Plugin for importing animations from Aseprite as SpriteFrames (Godot 3.x).
  • AutoColliders - Allows the automatic generation of colliders for Sprites, with planned expansion to handle 3D meshes in the future (Godot 3.x).
  • BoxCam2D - Simplest way to implement grid-based 2D camera movement (Godot 3.x).
  • CRT Shader - A Godot shader that simulates CRT Displays with many shader parameters (Godot 3.x).
  • Cyclops Level Builder - A level builder for quick prototypes and proof-of-concepts (Godot 4.x).
  • Dialogue Manager - A simple but powerful text based branching dialogue editor and runtime (Godot 3.x, 4.x).
  • EffekseerForGodot3 - Import Effekseer particle effects (Godot 3.x).
  • Escoria - Point & click adventure game framework (Godot 2.1, 3.2+).
  • Fast Fourier Transform (FFT) - Fast Fourier Transform in GDScript (Godot 4.x).
  • GdUnit3 - Godot Unit Testing Framework (Godot 3.x).
  • GodotNotificationCenter - A notification center (Godot 3.x).
  • GodotPhoenixChannels - A GDScript and Godot Engine implementation for the Channels API of the Phoenix Framework (Godot 3.*).
  • Godot Radial Menu - A radial menu written in shader code for performance.
  • Godot Recipes - A large collection of tutorials and techniques, both big and small.
  • Godot Shaders - A large library of free and open-source shaders for 2D and 3D.
  • Godot SQLite - GDNative wrapper for SQLite, making it possible to use SQLite databases as data storage in your project (Godot 3.2+).
  • GodotTIE - Text Interface Engine to control text output (like in a RPG dialogue) (Godot 2.x, 3.x).
  • gterm - GUI control that draws something similar to *nix terminal emulators (Godot >= 2.1).
  • GUT - Utility for writing unit tests in GDScript (Godot 3.x).
  • HTerrain - Heightmap-based terrain. Supports texture painting, colouring, holes, level of detail and grass (Godot 3.x).
  • InGrid - Infinite scrolling grid (Godot 3.x).
  • Input Helper - A helper for detecting input devices and remapping controls (Godot 3.x, 4.x).
  • obs-websocket-gd - Script and editor plugin to control Open Broadcaster Software from Godot via obs-websocket (Godot 3.x).
  • Ridiculous Coding - Makes your coding experience in Godot 1000Γ— more ridiculous (Godot 3.x).
  • Scene Manager - Make nice and customizable scene transitions in one line of code (Godot 3.x, 4.0.alpha).
  • Scrolling Background - A scrolling background node (Godot 2.1,3.x).
  • SimpleGodotCRTShader - A simple Godot shader that simulates CRT Displays (Godot 2.x, 3.x).
  • SMRT-Godot - A dialog system and editor fairly customizable, a nice fit for story-driven games (Godot 3.x).
  • StoryTeller Engine - Dialog and interactive fiction engine (Godot 3.x).
  • Tiled importer - Import maps from Tiled (Godot 3.x).
  • TileSet Builder - Quickly build tilesets with style (Godot 3.x).

Godot 3.2+

  • AntialiasedLine2D - Higher-quality antialiased Line2D and Polygon2D drawing compared to the default Godot implementation (GLES3 + GLES2, all platforms).
  • Cartographer - Heightmap-based 3D terrain editor.
  • CSG Mesh Exporter (.OBJ) - Export CSG nodes to OBJ meshes to improve editing performance.
  • Code Snapshot - A plugin which lets you take beautified screenshots of your code within the editor.
  • Debanding Material Shader - Simple material shader with added debanding noise, for use with the GLES2 renderer as it doesn't support full-screen debanding.
  • Delaunator GDScript - A GDScript library for Delaunay triangulation of 2D points.
  • Dialogic - Create dialogs, characters and scenes to display conversations.
  • Dijkstra map for Godot - A GDNative project for Godot game engine, that introduces Dijktra Map pathfinding node.
  • Discord.gd - Discord bot API wrapper. Make bots in 100% GDScript.
  • Funexpected Flash Tools - Adobe Animate (Flash) plugin that allows you to export a project for a Godot Engine.
  • GDGIFExporter - GIF exporter made entirely in GDScript.
  • GitHub integration - Interact with GitHub without opening your browser.
  • GDGotm - GDScript API for gotm.io.
  • godotccd - Fast 3D collision checks in Godot using libccd.
  • godotdetour - A GDNative implementation of the detour/detourcrowd library.
  • GodotDiscordSDK - A GDNative wrapper for the Discord Game SDK, adding support for its functionality in GDScript without recompiling the engine (as opposed to something like godotcord which is a custom engine module).
  • Godot GamePad - Allows players to use their mobile devices as controllers.
  • Godot Gif Getter - An in-game utility for recording and saving GIFs (written in GDNative Rust).
  • godot-ink - A C# (Mono) plugin to integrate stories writen in ink, a scripting language for writing interactive narrative.
  • Godot NExt - A set of basic node extensions.
  • Godot Mixing Desk - Make procedural sound and adaptive/procedural music with a few nodes and a couple lines of code.
  • GodotOnReady - A C# (Mono) alternative to the GDScript-only onready keyword, without reflection.
  • GodotRx - Reactive extensions for Godot C# (Mono).
  • godot-ply - In-editor box modelling for gray boxing or prototyping 3D levels.
  • Godot Polygon 2D Fracture - Two simple scripts for fracturing and cutting polygons.
  • Godot-Trail-System - Advanced 2D/3D trail system.
  • Godot VirtualJoystick - A simple vitual joystick for mobile devices.
  • Kehom's Godot Addon Pack - A collection of addons for debugging, networking, UI, and more.
  • Level of Detail (LOD) - Level of detail add-on for meshes, lights and particles. Can improve performance in large scenes.
  • Line Collider 2D - A script which adds colliders that follow an array of Line2Ds (useful for prototypes).
  • MDFramework - A C# multiplayer framework with additional tools (Mono).
  • NI mate Motion Capture - Animate Skeletons with a Microsoft Kinect sensor.
  • NativeLib - Plugin management system designed to easily operate with native libraries for iOS/Android. It also takes care about plugin dependencies and provides hassle-free native libs updating. Attribution and analytics: Adjust, Amplitude, AppsFlyer, Flurry, GameAnalytics, Tenjin. Ads networks and mediation: AdColony, AppLovin, TapDaq. GDPR and privacy: App Tracking Transparency, Ogury. Social: Facebook. Universal backend solution: Firebase.
  • Qodot - Quake .map file support for Godot. Lets you use TrenchBroom for level design.
  • Scatter - Randomly fill an area with props or other scenes.
  • Shell Fur - 3D fur node for Godot.
  • SmartShape2D - A 2D terrain tool.
  • Tree generator - Tool for generating trees.
  • UI Design Tool - Intuitive design workflow for UIs in the editor.
  • Volumetrics - Voxel-based volumetric lighting and fog plugin.
  • Voxel-Core - GDScript voxel plugin for creating, importing and editing voxel content in-engine and in-game.
  • VPainter - 3D vertex painting plugin.
  • Waterways - Tool to generate river meshes with flow and foam maps based on BΓ©zier curves.
  • Wwise - Wwise audio middleware integration.
  • XSM - A fully-featured hierarchical State Machine with parallel states, easy animation, random states and more.
  • Yume Visual Novel Editor - An integrated editor for creating visual novel games.

Godot 3.1

  • FMOD GDNative - Plugin to use the FMOD audio engine in GDScript.

Godot 3.0

  • gdstats - A library of pseudorandom number generators for common statistical distributions.

Godot 2.1

  • Auto Tile Layer - Allows automatic 2D tiling using RPG Maker's Autotile format.
  • Grass Plugin - A plugin to handle huge amounts of grass, foliages and other vegetations.
  • SUTjoystick - Easy gamepad support for GNU/Linux and Windows.

Godot version unknown

Modules

Stuff integrated into Godot core (C++).

Various Godot versions

  • Entity Spell System - An entity and spell system for complex (optionally multiplayer) RPGs (Godot 3.2, 4.0).
  • godot-anl - A wrapper for Accidental Noise Library with a visual noise editing support.
  • godot-luaAPI - Module for creating sandboxed modding APIs with Lua (Godot 3.2+, 4.0).
  • godot-python - Python support for Godot 3.
  • godot-voxel - Module for creating volumetric worlds (Godot 3.1+).
  • Gdnet for Godot 3 - An ENet wrapper for Godot 3.
  • GodotHook - A lite custom event system for Godot Engine (Godot 3.x, 4.x).
  • GodotSteam - Steam API library binding for Godot. Supports Windows, macOS and Linux (Godot 3.x).
  • Texture Packer - Tools to layer, pack, and merge textures at runtime (Godot 3.2+, 4.0).
  • Voxelman - A voxel engine with more focus on editor integration, gameplay-related features, and extendability (Godot 3.2+, 4.0).

Godot 4.0

  • FMOD GD4 - FMOD Studio API integration.
  • Godex - An entity component system library.

Godot 3.2+

Godot 3.1

Godot version unknown

GDScript/C# editor support

Add-ons for text editors that implement GDScript or C# support.

Godot script editor syntax themes

Alternative themes for the built-in script editor.

Unofficial Godot builds

Those builds will let you use recent versions of Godot Git, but they may be less stable than official ones – use at your own risk.

Bash scripts

Bash scripts can be placed in ~/.local/bin.

  • build-godot - (and build-godot-mono) Scripts that compile and run Godot, attempting to install dependencies if needed.
  • godot.sh - Script that automatically downloads and launches latest version of Godot, or compiles and launches the Git master branch.
  • godot-wrapper - Script that helps Debian and Ubuntu users install and use Godot.
  • replicate-file.sh - Script to update copies of a file with one master file.

Websites

  • Godot Asset Library - Official Godot Asset Library. Includes user-created games, projects, templates, demos, tutorials, plugins, and scripts.
  • Godot Shaders - A community-driven shader library for the Godot game engine.
  • Godotes - Weekly micro data analysis reports about the Godot engine and its ecosystem.
  • Gotm.io - A website for hosting HTML5 games that were made in Godot.
  • The Godot Report - A newsletter with news, tutorials, game and demo releases and more.

Other

Other stuff.

  • codetranslator - Translates GDScript to C# (WIP).
  • gd2cs.py - Python script that converts GDScript code to C# (WIP).
  • gdscript-pp - Translates GDScript to GDNative C++ (WIP).
  • gd-com npm package - Communicate with Godot clients using Node.js.
  • godot-actions - Composite actions for exporting, setting up, and pushing Godot projects to itch.io through Github Actions.
  • godot-ci - Docker image to export Godot games through CI. Includes GitLab CI script example.
  • godot-gdscript-toolkit - Independent set of command line tools for working with GDScript - parser, linter and formatter (Godot 3.x).
  • RetroPie Godot Game Engine "Emulator" - A scriptmodule to install a Godot "emulator" for RetroPie.
  • strip-to-frames.pl - Perl script to split a grid spritesheet image into numbered individual frame files.
  • Godot Package Manager - Package manager for Godot using npm.
  • zfoo - Java game server framework for Godot, including GDScript serialization and deserialization.

More Repositories

1

godot

Godot Engine – Multi-platform 2D and 3D game engine
C++
81,838
star
2

godot-demo-projects

Demonstration and Template Projects
GDScript
4,791
star
3

godot-docs

Godot Engine official documentation
reStructuredText
3,278
star
4

godot-cpp

C++ bindings for the Godot script API
C++
1,375
star
5

godot-vscode-plugin

Godot development tools for VSCode
TypeScript
1,356
star
6

godot-blender-exporter

Addon for Blender to directly export to a Godot Scene
Python
1,088
star
7

godot-proposals

Godot Improvement Proposals (GIPs)
998
star
8

tps-demo

Godot Third Person Shooter with high quality assets and lighting
GDScript
869
star
9

godot-git-plugin

Git implementation of the VCS interface in Godot
C++
603
star
10

collada-exporter

"Better" Collada exporter for Blender, orignally developed by the Godot Engine community
Python
410
star
11

godot-headers

Headers for the Godot API supplied by the GDNative module.
C
362
star
12

godot-syntax-themes

Syntax themes for the Godot Engine script editor
331
star
13

emacs-gdscript-mode

An Emacs package to get GDScript support and syntax highlighting.
Emacs Lisp
285
star
14

godot-asset-library

PHP frontend for Godot Engine's asset library
PHP
280
star
15

godot-website

The code for the official Godot Engine website. A static site built using Jekyll.
HTML
248
star
16

FBX2glTF

A command-line tool for the conversion of 3D model assets on the FBX file format to the glTF file format.
C++
248
star
17

godot-csharp-visualstudio

Godot C# extension for Visual Studio
C#
219
star
18

gdnative-demos

Demo projects for GDNative
Python
189
star
19

webrtc-native

The official GDNative WebRTC implementation for non-html exports.
C++
188
star
20

build-containers

Godot engine build containers
Shell
186
star
21

godot-design

Visual design specific stuff for the godot engine
184
star
22

godot-old-gsoc-ideas

Old ideas for Google Summer of Code (no longer relevant)
166
star
23

godot-google-play-billing

Godot Android plugin for the Google Play Billing library
Java
130
star
24

godot-csharp-vscode

Debugger and utilities for working with Godot C# projects in VSCode
TypeScript
129
star
25

godot-ios-plugins

Objective-C++
112
star
26

godot-visual-script

VisualScript as a Godot Engine c++ module
C++
112
star
27

godot-benchmarks

Collection of benchmarks to test performance of different areas of Godot
GDScript
99
star
28

godot-3d-dodge-the-creeps

This project was moved to https://github.com/godotengine/godot-demo-projects/tree/master/3d/squash_the_creeps
GDScript
81
star
29

godot-build-scripts

Build scripts used for official Godot Engine builds with https://github.com/godotengine/build-containers
Shell
73
star
30

godot-cpp-template

Quickstart template for GDExtension development with Godot
Python
63
star
31

godot-mono-builds

Mono build scripts for Godot
Python
56
star
32

godot-3d-platformer-demo

3D platformer, developed as part of the Mozilla Grant 2019
44
star
33

godot-docs-l10n

Localization of the Godot documentation – Translations should be done on Weblate (see link)
Shell
42
star
34

godot-builds

Official pre-releases, dev snapshots, and custom builds of the Godot engine.
Python
36
star
35

godot-tests

Repository for Godot benchmarks, regression tests, etc.
GDScript
33
star
36

godot-monodevelop-addin

Godot Add-in for MonoDevelop and Visual Studio for Mac
C#
30
star
37

mousse

High quality 3D platform demo, designed to make the best use of Godot 4.0
24
star
38

godot-interactive-changelog

An interactive tool to view a changelog for each version of Godot Engine
JavaScript
24
star
39

godot-docs-project-starters

A collection of project templates and assets used by tutorials in the official Godot documentation. https://github.com/godotengine/godot-docs
GDScript
24
star
40

doc-status

Online Godot class reference status
JavaScript
21
star
41

godot-platform-haiku

Godot Engine platform port for the Haiku operating system // UNMAINTAINED, for reference / forks.
C++
20
star
42

webrtc-actions

A set of github actions to build WebRTC as a single static library.
18
star
43

regression-test-project

Godot engine regression test project
GDScript
17
star
44

godot-team-reports

Browse Godot PR backlog for each maintenance team
JavaScript
16
star
45

gdscript-tests

Tests for the GDScript module implementation
HTML
13
star
46

godot-editor-l10n

Localization of the Godot editor and class reference – Translations should be done on Weblate (see link)
Python
13
star
47

godot-prs-by-file

JavaScript
12
star
48

godot-showreel-voting

A Django app to review and vote videos
Python
11
star
49

community-map

Map of regional community locations, submit your community here
9
star
50

.github

Godot community health files
9
star
51

issue-bot

Issuebot for chat.godotengine.org
Python
8
star
52

godot-commit-artifacts

A tool providing quick links to latest CI builds of development branches
JavaScript
8
star
53

godot-question2answer

A repository hosting the current platform used at https://ask.godotengine.org
PHP
4
star
54

godot-docs-user-notes

User notes for the Godot Engine official documentation
4
star
55

issue-stats

Gather hardware and software information based on Godot GitHub issue reports
Python
3
star
56

godot-nir-static

C++
3
star
57

discourse-theme

A custom Godot styled theme for discourse
SCSS
2
star