rust/landgen/src/wavefront_collapse/mod.rs
author unC0Rr
Mon, 13 Feb 2023 10:39:37 +0100
branchtransitional_engine
changeset 15950 168f44ef9b67
parent 15946 e82de0410da5
permissions -rw-r--r--
Extract tile loading into separate method
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
15943
c5684cc62de8 Switch to Vec2D in wavefront algorithm
unC0Rr
parents:
diff changeset
     1
pub mod generator;
c5684cc62de8 Switch to Vec2D in wavefront algorithm
unC0Rr
parents:
diff changeset
     2
mod tile_image;
15946
e82de0410da5 Rework how rules are defined, add transformations for tiles
unC0Rr
parents: 15943
diff changeset
     3
mod transform;
15943
c5684cc62de8 Switch to Vec2D in wavefront algorithm
unC0Rr
parents:
diff changeset
     4
mod wavefront_collapse;