awesome-repositories.com
المدونة
MCP
awesome-repositories.com

اكتشف أفضل مستودعات المصادر المفتوحة باستخدام بحث مدعوم بالذكاء الاصطناعي.

استكشفعمليات بحث منسقةبدائل مفتوحة المصدربرمجيات ذاتية الاستضافةالمدونةخريطة الموقع
المشروعخادم MCPحولكيفية ترتيب النتائجالصحافة
قانونيالخصوصيةالشروط
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
gdquest-demos avatar

gdquest-demos/godot-4-procedural-generation

0
View on GitHub↗
1,863 نجوم·100 تفرعات·GDScript·5 مشاهدات

Godot 4 Procedural Generation

This project is a procedural content generation toolkit designed for the Godot engine. It provides a collection of algorithmic techniques and modular tools for dynamically spawning game assets, map layouts, and emergent systems in both 2D and 3D environments.

The framework distinguishes itself by offering specialized systems for both large-scale world construction and granular asset assembly. It supports the creation of expansive terrains and infinite worlds through noise-based distribution and shader-rendered biomes, while simultaneously providing modular systems to generate unique combat equipment and weapons by combining randomized parts and attributes.

The library covers a broad range of procedural generation capabilities, including grid-based level assembly, dungeon layout construction via cellular automata, and pathfinding to ensure navigation across generated spaces. It also includes mechanisms for state persistence, allowing modifications to procedurally generated regions to remain consistent across play sessions.

Features

  • Game Development Frameworks - Provides a set of modular tools for implementing noise-based terrain, dungeon layouts, and infinite world generation in 2D and 3D games.
  • Godot Extenders - Provides a collection of algorithms and patterns for creating dynamic game environments, modular equipment, and randomized levels within the Godot engine.
  • Procedural World Generation - Provides noise-based algorithms to define geography, biomes, and environmental features for expansive game worlds.
  • Procedural Generation - Provides a library of algorithmic techniques for dynamically spawning game assets, map layouts, and emergent combat systems using code-driven design.
  • Procedural Generation - Implements algorithmic techniques to create game environments, structures, and patterns dynamically using code rather than manual design.
  • Game Asset Composition - Assembles unique game assets by dynamically combining modular data structures and attributes into a single functional object.
  • Cellular Automata - Applies iterative neighborhood rules to grid cells to generate organic structures like cave systems or dungeon layouts.
  • Chunk Assembly Systems - Organizes pre-designed level segments into a coordinate system to construct complex environments through randomized placement algorithms.
  • Grid-Based Pathfinding - Connects generated rooms and corridors by calculating optimal routes to ensure all areas of a map remain navigable.
  • Noise-Based Terrain Generation - Uses mathematical noise functions to determine the placement and density of environmental features across infinite game worlds.
  • Equipment Production - Enables modular equipment generation by assembling randomized parts and attributes to produce varied game assets for players.
  • Dungeon Level Generators - Provides grid-based level generation by placing pre-designed level chunks using random walker algorithms to create unique, varied layouts.
  • Fantasy Map Generators - Facilitates biome map generation by utilizing shader-based rendering techniques to define distinct terrain features and river systems.
  • Modular Weapon Design - Combines distinct parts and attributes through code to generate unique combat equipment and varied weapon behaviors.
  • Modular Weapon Generation - Provides modular weapon generation by combining movement modifiers and projectile emitters to create unique combat behaviors and distinct effects.
  • Terrain Rendering - Offloads the visual representation of heightmaps and biomes to the graphics processor for efficient real-time landscape generation.
  • Procedural Pathfinding Simulations - Implements walker-based algorithms to carve paths and populate areas with autonomous agents for level design.
  • World State Persistence - Maintains modifications within procedural universes so that user-driven changes remain consistent across different play sessions.
  • Procedural Region Persistence - Tracks and saves modifications to procedurally generated regions to ensure user changes remain consistent during subsequent play sessions.

سجل النجوم

مخطط تاريخ النجوم لـ gdquest-demos/godot-4-procedural-generationمخطط تاريخ النجوم لـ gdquest-demos/godot-4-procedural-generation

بحث بالذكاء الاصطناعي

استكشف المزيد من المستودعات الرائعة

صف ما تحتاجه بلغة بسيطة — وسيقوم الذكاء الاصطناعي بترتيب آلاف المشاريع مفتوحة المصدر المنسقة حسب الصلة.

Start searching with AI

مجموعات مختارة تضم Godot 4 Procedural Generation

مجموعات منسقة بعناية يظهر فيها Godot 4 Procedural Generation.
  • Procedural level generator

بدائل مفتوحة المصدر لـ Godot 4 Procedural Generation

مشاريع مفتوحة المصدر مشابهة، مرتبة حسب عدد الميزات المشتركة مع Godot 4 Procedural Generation.
  • azgaar/fantasy-map-generatorالصورة الرمزية لـ Azgaar

    Azgaar/Fantasy-Map-Generator

    5,754عرض على GitHub↗

    This project is a web-based procedural fantasy map generator and interactive map editor. It serves as a worldbuilding cartography tool for creating detailed geographical landmasses, including heightmaps, biomes, and river systems. The tool includes a procedural name generator that produces fantasy names using configurable training sets and syllable rules. It further allows for the design of political borders, cultural identities, and the simulation of religious expansion across a fictional world. The capability surface covers digital cartography and fictional geography design, including the

    HTML
    عرض على GitHub↗5,754
  • fogleman/craftالصورة الرمزية لـ fogleman

    fogleman/Craft

    11,021عرض على GitHub↗

    Craft is a multiplayer voxel sandbox written in C. It utilizes an OpenGL voxel engine to render a block-based world and implements an infinite terrain generator that uses noise functions to create deterministic, procedural landscapes. The project features a networked environment where players can build and modify a shared world using socket-based state synchronization. To maintain consistency across sessions, it employs a voxel world database to store and retrieve modified block coordinates. The system covers a range of capabilities including 3D collision detection for character movement, to

    C
    عرض على GitHub↗11,021
  • 00-evan/shattered-pixel-dungeonالصورة الرمزية لـ 00-Evan

    00-Evan/shattered-pixel-dungeon

    6,196عرض على GitHub↗

    Shattered Pixel Dungeon is an open-source roguelike dungeon crawler built as a turn-based strategy game. It features procedurally generated levels, hundreds of collectible items, and permadeath mechanics, all rendered from a single Java codebase that runs on Android, iOS, and desktop platforms. The game offers six distinct hero classes, each with branching subclass trees, endgame abilities, and talent points for deep character customization. Players battle over 60 enemy types, 30 traps, and 10 bosses across five dungeon regions, while managing equipment, enchantments, and alchemy-crafted gear

    Javaandroidgamegame-development
    عرض على GitHub↗6,196
  • coding-horror/basic-computer-gamesالصورة الرمزية لـ coding-horror

    coding-horror/basic-computer-games

    11,073عرض على GitHub↗

    This project is a programming education resource and a collection of vintage game ports. It provides a library of classic computer game implementations and algorithmic problems translated into modern memory-safe scripting languages for educational study and execution. The collection focuses on the implementation of game logic and the practice of fundamental computer science algorithms. It includes diverse examples of procedural content generation, such as random mazes and text-based art, alongside mathematical visualizations. The project covers a wide array of simulation categories, includin

    C#basicbasic-computer-gamesclassic-game
    عرض على GitHub↗11,073
عرض جميع البدائل الـ 30 لـ Godot 4 Procedural Generation→

الأسئلة الشائعة

ما هي وظيفة gdquest-demos/godot-4-procedural-generation؟

This project is a procedural content generation toolkit designed for the Godot engine. It provides a collection of algorithmic techniques and modular tools for dynamically spawning game assets, map layouts, and emergent systems in both 2D and 3D environments.

ما هي الميزات الرئيسية لـ gdquest-demos/godot-4-procedural-generation؟

الميزات الرئيسية لـ gdquest-demos/godot-4-procedural-generation هي: Game Development Frameworks, Godot Extenders, Procedural World Generation, Procedural Generation, Game Asset Composition, Cellular Automata, Chunk Assembly Systems, Grid-Based Pathfinding.

ما هي البدائل مفتوحة المصدر لـ gdquest-demos/godot-4-procedural-generation؟

تشمل البدائل مفتوحة المصدر لـ gdquest-demos/godot-4-procedural-generation: azgaar/fantasy-map-generator — This project is a web-based procedural fantasy map generator and interactive map editor. It serves as a worldbuilding… fogleman/craft — Craft is a multiplayer voxel sandbox written in C. It utilizes an OpenGL voxel engine to render a block-based world… 00-evan/shattered-pixel-dungeon — Shattered Pixel Dungeon is an open-source roguelike dungeon crawler built as a turn-based strategy game. It features… coding-horror/basic-computer-games — This project is a programming education resource and a collection of vintage game ports. It provides a library of… space-wizards/space-station-14 — Space Station 14 is a C# multiplayer game and roleplay simulation framework. It is built upon an… cocos/cocos-engine — Cocos Engine is a cross-platform game engine designed for building high-performance 2D and 3D interactive experiences…