Crate ghx_proc_gen

Source
Expand description

A library for 2D & 3D procedural generation with Model synthesis/Wave function Collapse. Also provide grid utilities to manipulate 2d & 3d grid data.

Re-exports§

pub use ghx_grid;

Modules§

generator
Model synthesis/Wave function Collapse generator

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