This neat little application allows users to behold the power of the Wave Function Collapse algorithm by creating random generative pictures of [mostly not functional] PCBs.
git clonethe repository- Run
git submodule init && git submodule updateto download the SFML Library (it will take some time and may seem stuck, but be patient) - For Windows run
cmake -S . -B build/ -G "MinGW Makefiles" -DBUILD_SHARED_LIBS=OFF && cd build && make && .\WFC - For MacOS/Linux run
cmake -S . -B build/ -DBUILD_SHARED_LIBS=OFF && cd build && make && ./WFC
- Wait for the algorithm to finish its sketch
- Press "Backspace" to start over
