Billow
Rust implementation of the wave function collapse algorithm. Based on Oskar Stålberg's and Martin Donald detailed explanation.
🚧 This is a work in progress.
Usage
This is a general purpose library, I provide implementations for the image::DynamicImage and bevy::prelude::Image types.
use Wave;
use DynamicImage;
See examples for more.