All Godot about…

K
Tool

Code Snapshot

Code Snapshot is a Godot Engine plugin for creating visually appealing snapshots of your code directly within the editor. It supports GDScript syntax highlighting and offers customization options for the frame.

Game

A Dark Forest

A Dark Forest is a minimalistic, incremental idle game built with Godot, inspired by 'A Dark Room'. It started as a personal learning project and evolved into a community effort with multiple contributors.

Demo

Godot Game Of Life

A GPU-based implementation of Conway's Game of Life in Godot, leveraging shaders for cellular automata calculations. GDScript is used for user input, with a focus on efficient rendering techniques.

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

Syntax themes by Geequlim

A collection of syntax themes for the Godot Engine, including Chester, Google Code Light, and Monokai. This resource allows developers to customize the look and feel of their Godot editor's code.

Tool

TileSet Builder

TileSet Builder is a Godot 3.x plugin that simplifies the creation of tilesets from spritesheets. It generates either *.tscn (scene) or *.tres (tileset) files based on user-defined parameters like sprite sheet path, tile size, offset, and spacing.

Godot-3 Tool Plugin Asset Godot 3.x
Demo

Realistic Water Shader

This is a demo of a realistic water shader for Godot Engine. It showcases realistic 3D water with features like foam and caustics, implemented in Godot 3.4.2.

Godot-3 3D Shader Demo Example Godot 3.4.2
Game

Meteorite

Meteorite is a low-resolution Metroidvania FPS game developed in Godot 3.0, inspired by Metroid Prime for LOWREZJAM 2018. Explore a facility, upgrade weapons, and enhance movement to overcome obstacles, battling turrets and a boss.

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.

Tool

Arrow

Arrow is a free, open-source, and feature-rich tool for game narrative design, text-adventure development, and the creation of interactive nonlinear storytelling documents. It offers visual development, an advanced node system, and one-click playable HTML exports.

Demo

Voxel Game

A Godot project aiming to replicate Minecraft-like voxel terrain generation. The project focuses on performance by generating only the top surface of the terrain and uses Godot's DataTool for manipulation and UV mapping.

Library

godot-anl

godot-anl is a Godot Engine wrapper for the Accidental Noise Library, enabling noise generation with visual nodes, GDScript, and C#. It supports height, normal, and bump map generation and custom modular noise creation.

Tool

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-4 Godot-3 3D VR AR Open Source Plugin Asset Demo Godot 4.2, 4.3, 4.1, 4.0, 3.5
Tool

Wwise

This repository provides an integration of Audiokinetic's Wwise audio middleware into Godot Engine 4.3. It supports Wwise version 2024.1 and offers a GDExtension-based Wwise wrapper library for multiple platforms.

Tool

Shaker

Shaker is a Godot plugin that allows you to easily add shaking effects to nodes, cameras, or any property in your 2D or 3D games. It provides detailed control over the shaking effect, making it suitable for various purposes.