simple-tiled-wfc 0.7.7

A simple library which lets a user to use a tiled Wave Function Collapse algorithm implementation
Documentation
1
2
3
4
5
6
7
/// An error which may occur during WFC
pub enum WfcError {
    /// An algorithm failed to find a solution
    TooManyContradictions,
    /// We don't know what it is but it seems terrific
    SomeCreepyShit
}