Open-Awesome
CategoriesAlternativesStacksSelf-HostedExplore
Open-Awesome

© 2026 Open-Awesome. Curated for the developer elite.

TermsPrivacyAboutGitHubRSS
  1. Home
  2. Tags
  3. Godot Engine

Godot Engine

179 projects

Showing 35 of 179 projects

gdutils
gdutilsGDScript

A collection of GDScript utilities and tools for the Godot game engine to streamline common development tasks.

#productivity#gdscript#addon
Stars100
Forks12
Last commit7 years ago
gd2cs.py
gd2cs.pyPython

A regex-based Python script with Godot Editor plugin that converts GDScript code to C# for Godot projects.

#mono#gdscript#regex
Stars99
Forks13
Last commit2 years ago
Yume Visual Novel Editor
Yume Visual Novel EditorGDScript

A Godot engine addon providing an integrated editor for creating visual novel games.

#narrative-tools#indie-dev#dialogue-system
Stars98
Forks4
Last commit6 years ago
GodotRx
GodotRxC#

Reactive extensions for Godot C# providing observables for signals, lifecycle events, input, and frame events with reactive properties.

#reactive-extensions#observables#csharp
Stars98
Forks8
Last commit1 year ago
Portal 2D
Portal 2DGDScript

A 2D puzzle-platform remake of the Portal games built with the Godot Engine.

#community-driven#portal-fan-game#puzzle-platformer
Stars97
Forks6
Last commit4 years ago
NativeLib
NativeLibGDScript

A plugin management system for the Godot engine that simplifies handling native iOS/Android libraries and dependencies.

#ios#godot-addons#android
Stars95
Forks8
Last commit4 years ago
Ringed
RingedGDScript

A 2D top-down shooter game where the player fights to survive against waves of monsters, built with the Godot engine.

#kobuge-games#gpl-licensed#action-game
Stars95
Forks15
Last commit8 years ago
3D Auto Collision Generator
3D Auto Collision GeneratorGDScript

A Godot plugin that automatically generates collision shapes for multiple 3D objects with a single click.

#physics#workflow-tool#collision-detection
Stars94
Forks5
Last commit
godot-enet-better
godot-enet-betterC++

A Godot module for high-performance multiplayer games with multi-channel ENet networking.

#multiplayer#packet-management#c
Stars93
Forks10
Last commit4 years ago
Delaunator GDScript
Delaunator GDScriptGDScript

A GDScript port of Delaunator for fast Delaunay triangulation of 2D points in Godot Engine.

#delaunay#algorithm#procedural-generation
Stars89
Forks10
Last commit2 years ago
Everplast
EverplastGDScript

A fast-paced platformer built with Godot Engine where players use adrenaline and orbs to power up and blast through handcrafted levels.

#action-platformer#player-freedom#game-development
Stars87
Forks15
Last commit19 days ago
AgonesSDK
AgonesSDKGDScript

A community-driven Agones SDK plugin for Godot Engine, enabling multiplayer game servers to communicate with Agones orchestration.

#multiplayer#gdscript#game-server
Stars87
Forks8
Last commit3 days ago
Dijkstra map for Godot
Dijkstra map for GodotGDScript

A GDNative pathfinding node for Godot that implements Dijkstra Maps for versatile pre-computed pathfinding.

#game-ai#turn-based-games#gdnative
Stars86
Forks14
Last commit1 year ago
Neovim
NeovimLua

A Neovim plugin for Godot 4 development, providing GDScript/GDShader LSP, DAP debugging, formatting, and in-editor Godot documentation.

#gdshader#gdscript#csharp
Stars82
Forks1
Last commit1 month ago
Minimum Game
Minimum GameGDScript

A minimal top-down 2D pixel art game template for the Godot Engine with basic gameplay mechanics and UI.

#pixel-art#top-down#game-development
Stars81
Forks11
Last commit5 years ago
gdvm
gdvmRust

A command-line tool to install, manage, and switch between different versions of the Godot Engine.

#developer-tools#devops#version
Stars78
Forks5
Last commit4 days ago
Godot FPS Template
Godot FPS TemplateGDScript

A free and open-source first-person shooter template for the Godot game engine with customizable player mechanics and interactive elements.

#fps-template#player-controller#game-mechanics
Stars78
Forks19
Last commit
Voxel Game
Voxel GameGDScript

A Godot-based voxel game prototype that generates terrain as a single surface mesh for performance and rendering distance.

#prototype#terrain-generation#game-development
Stars76
Forks15
Last commit10 years ago
Grass Plugin
Grass PluginGDScript

A Godot Engine plugin for rendering and managing large amounts of grass, foliage, and vegetation with good performance.

#vegetation-rendering#performance-optimization#3d-graphics
Stars74
Forks14
Last commit
Texture Packer
Texture PackerC++

A Godot Engine module for runtime texture atlas creation, layering, and merging.

#texture-optimization#texturepacker#bake-textures
Stars72
Forks15
Last commit3 years ago
Pathfinding 2d
Pathfinding 2dGDScript

A Godot Engine demo showcasing tilemap-based pathfinding implementation for 2D games.

#game-ai#game-development#2d-games
Stars71
Forks10
Last commit6 years ago
Sublime Text
Sublime TextGDScript

Adds GDScript syntax highlighting for Godot Engine to Sublime Text editor.

#gdscript#syntax-highlighting#sublime-text
Stars71
Forks19
Last commit3 months ago
Maaack's Scene Loader
Maaack's Scene LoaderGDScript

A Godot 4 plugin for adding loading screens with progress bars and error handling between scene changes.

#game-tool#loading-screen#game-development
Stars70
Forks4
Last commit4 months ago
Godot NDI
Godot NDIC++

Integrates the NDI® SDK with Godot for video streaming and playback within the game engine.

#real-time-video#virtual-production#live-production
Stars70
Forks6
Last commit2 months ago
godotccd
godotccdC++

A GDNative plugin for Godot Engine providing lightning-fast collision checking for convex shapes (boxes, cylinders, spheres) via libccd.

#native-plugin#physics#collision-detection
Stars69
Forks4
Last commit4 years ago
Multiplayer Third Person Shooter
Multiplayer Third Person ShooterGDScript

A multiplayer third-person shooter example project for the Godot 3.2 game engine.

#networked-games#third-person-shooter#multiplayer-games
Stars67
Forks20
Last commit2 years ago
Inventory Manager
Inventory ManagerGDScript

A comprehensive inventory management system for the Godot Game Engine with stacking, slot operations, and runtime debugging.

#event-driven#debugging-tools#gamedev
Stars67
Forks4
Last commit4 days ago
UDP Snapshot interpolation
UDP Snapshot interpolationGDScript

A Godot Engine demo showcasing networked physics with snapshot interpolation and UDP for real-time multiplayer games.

#interpolation-demo#multiplayer#network-physics
Stars67
Forks8
Last commit
Breakable
BreakableGDScript

A breakout-style arcade game built with Godot Engine to learn game development concepts.

#shader-effects#audio-integration#breakout-clone
Stars66
Forks8
Last commit3 years ago
Clipboard Narrator
Clipboard NarratorGDScript

A desktop application that converts clipboard text into speech, allowing background audio narration of web pages.

#desktop-application#tts#gdscript
Stars65
Forks5
Last commit2 years ago
MechanicalFlower Godot Template
MechanicalFlower Godot TemplateGDScript

A Godot Engine project template with code formatting, license tracking, CI/CD, and addon management.

#template#pre-commit#gdscript
Stars65
Forks7
Last commit3 months ago
GodotHook
GodotHookC++

A lightweight custom event system module for Godot Engine, enabling decoupled communication between game objects.

#open-source#gdscript#decoupled-architecture
Stars64
Forks1
Last commit2 years ago
Multiplayer First Person Shooter
Multiplayer First Person ShooterGDScript

A multiplayer first-person shooter example project built with Godot 3.2 game engine.

#game-prototyping#first-person-shooter#client-server
Stars63
Forks18
Last commit
FMOD GD4
FMOD GD4C++

FMOD audio engine integration module for Godot 4, enabling professional audio features in games.

#gd4#fmod-studio#godot-4
Stars62
Forks3
Last commit10 months ago
GodotNotificationCenter
GodotNotificationCenterGDScript

A lightweight notification system for Godot Engine 3, enabling decoupled communication between game objects.

#game-design#gdscript#decoupled-architecture
Stars60
Forks4
Last commit7 years ago
PreviousPage 5 of 5

Related Tags

Community-curated · Updated weekly · 100% open source

Found a gem we're missing?

Open-Awesome is built by the community, for the community. Submit a project, suggest an awesome list, or help improve the catalog on GitHub.

Submit a projectStar on GitHub
8 months ago
4 years ago
8 years ago
9 months ago
6 years ago
#Game Development162
#Godot101
#Gdscript68
#Godotengine30
#Godot427
#Gamedev26
#Open Source Game24
#Open Source23
#Addon23
#Game Engine22
#Godot Plugin22
#Plugin22