1 Repo
Systems for defining the constraints, spawn probabilities, and connectivity rules of modular environment components.
Distinct from Module Boilerplate Generators: The candidates refer to software binary modules, Go dependencies, or code boilerplates, whereas this is about structural 3D asset modules for procedural generation.
Explore 1 awesome GitHub repository matching game development · Module Generation Rules. Refine with filters or upvote what's useful.
This project is a wave function collapse generator and voxel environment engine used for procedural world generation. It implements a constraint-based layout algorithm to resolve superpositions of modules into consistent 3D voxel grids. The system functions as a procedural city generator capable of creating infinite, walkable urban environments. It utilizes a dynamic dictionary to stream map data as a user approaches new areas, ensuring a continuous world without loading the entire layout at once. The engine manages layout consistency through adjacency rule definitions, boundary constraint e
A configuration system for defining module spawn probabilities and connectivity constraints via prototype components.