wave-function-collapse-p5
wave-function-collapse-p5 copied to clipboard
Wave function collapse implemented in p5.js
trafficstars
Wave function collapse in p5js
This is an implementation of the all mighty Wave Function Collapse Algorithm (overlapping model) in p5.js

How to run:
- 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 livebutton on the bottom of the vscode window
Cool reference:
- 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
Contribute!
- just fork the repo, and make pr's