This is an implementation of the all mighty Wave Function Collapse Algorithm (overlapping model) in p5.js
- if you have python:
- cd into the project directory
- run
python -m http.server
- if you're using vscode:
- install live preview
- when done, click
go live
button on the bottom of the vscode window
- The original WFC implementation on github
- the explanation we followed on grudbugs
- Efficient Computation boristhebrave.com
- Parallel Wave Function Collapse - Jan Orlowski and Amy Lee
- WFC in processing.py - solub on processing.org
- just fork the repo, and make pr's