fast-wfc
fast-wfc copied to clipboard
An implementation of Wave Function Collapse with a focus on performance.
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?