Crate procedural_tilemaps_core

Crate procedural_tilemaps_core 

Source
Expand description

A library for 2D & 3D procedural generation with Model synthesis/Wave function Collapse. Includes lightweight grid utilities tailored for cartesian tile grids.

Modules§

generator
Model synthesis/Wave function Collapse generator
grid
Minimal grid utilities underpinning the tile-based generator.
prelude
Commonly used items re-exported for convenience.

Structs§

GeneratorError
Error returned by a generator::Generator when a generation fails

Enums§

GeneratorBuilderError
Errors returned by a generator::builder::GeneratorBuilder
NodeSetError
Error returned by a generator::Generator when a node set operation fails
RulesBuilderError
Error returned by a generator::rules::RulesBuilder when correct generator::rules::Rules cannot be built

Type Aliases§

NodeIndex
Our grid elements are called Nodes