fast-wfc icon indicating copy to clipboard operation
fast-wfc copied to clipboard

An implementation of Wave Function Collapse with a focus on performance.

Results 3 fast-wfc issues
Sort by recently updated
recently updated
newest added

in `example/lib/main.cpp` file `line 27` `get_random_seed()` function: if use `msvc` compiler, may be also can use `random_device()()` function to get a true random seed, just like use it in linux...

I've tried to alternate a bit algorithm with my poor understanding of it by changing function Wave::set to accept true values: ``` bool Wave::set(unsigned index, unsigned pattern, bool value) noexcept...

Hello. Can i add constraint in this code to use WFC to generate river between two points, which i choose?