Godot · 4.7 · Shaders

Free Godot 4.7 Project: Procedural Generation Demos (GDQuest)

Original title: Godot Procedural Generation (godot-4-procedural-generation)

Free Godot 4.7 Project: Procedural Generation Demos (GDQuest)
Preview from the original source by GDQuest (gdquest-demos)

Overview

Godot Procedural Generation is a GDQuest collection of procedural generation demos for Godot 4.7, written in GDScript. It covers Spelunky-style RandomWalker level chunks, a shader-based world map with biomes and rivers, a basic dungeon generator, modular weapons and infinite space worlds, each as a separate example you can open and dissect.

The GitHub repository keeps the Godot 4 version in the godot4/ folder and an older Godot 3 version in godot3/; the code is MIT licensed and the art assets are CC-BY 4.0. It is a valuable reference for roguelike, exploration and world-building projects.

What You Can Learn

  • Spelunky-style level generation with RandomWalker chunks
  • Shader-based world map generation with biomes and rivers
  • A basic dungeon generator and modular weapon assembly
  • Infinite procedurally generated space worlds
Visit Original ProjectDownload page (GitHub)

Access: Free direct download