All Godot about…

K
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
Demo

Godot Demo Projects

A comprehensive collection of official Godot Engine demo projects, showcasing various features and capabilities of the engine across multiple versions. These demos serve as practical examples for developers to learn and explore Godot's functionalities.

3D Demo Example Beginner Intermediate Godot-4 Godot-3 Godot 2.1, 3.0, 3.1, 3.2, 3.3, 3.4, 3.5, 4.0, 4.1, 4.2, 4.x
Tool

replicate-file.sh

The `replicate-file.sh` script is a bash utility designed to update multiple copies of a file based on a single master file. This script helps maintain consistency across multiple file instances in a Godot project or other development environments.

Demo

UDP Snapshot interpolation

This Godot demo showcases UDP snapshot interpolation for networked physics, demonstrating essential techniques for real-time multiplayer games. It includes adjustable network frame rate and smooth animation through interpolation, though the author now favors state synchronization.

Game

Multiplayer Third Person Shooter

A multiplayer third-person shooter example project built with Godot 3.2. It showcases basic features like player movement, weapon systems, and networking.

Game

BlockPop

BlockPop is a simple Breakout clone developed using the Godot Engine. Created with Godot 1.1, it serves as an early learning project and may not be suitable for reference with newer Godot versions.

Library

Kehom's Godot Addon Pack

Kehom's Godot Addon Pack is a collection of GDScript addons for Godot 3.2+, including tools for debugging, networking, UI, data management, and more, accompanied by a demo project.

Tool

Lorien

Lorien is an infinite canvas drawing and note-taking application built with the Godot Engine. It focuses on performance and simplicity, providing tools for sketching, brainstorming, and digital note-taking on Windows, Linux, and macOS.

Tool

gdutils

gdutils is a Godot Engine plugin providing a collection of utility scripts written in GDScript. It simplifies common tasks and enhances workflow efficiency within the Godot editor.

Tool

GodSVG

GodSVG is a structured SVG editor built with Godot, focusing on clean, precise, and optimized SVG files. It provides real-time code generation and a user-friendly interface for manipulating SVG elements.

Tool

GodotAIGym

GodotAIGym allows you to turn your Godot project into an OpenAI Gym environment for training reinforcement learning models with PyTorch. It supports Godot 3.2 and currently runs only on Linux systems.

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.

Tool

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.

Game

Memory Game

A simple memory game (finding pairs of cards) created using Godot Engine 3. A version for Godot Engine 4 is also available.

Game

Minehunter

Minehunter is a Minesweeper clone created with the Godot Engine. It replicates the classic gameplay with tile opening, flagging, and recursive opening mechanics.