Skip to content

Commit 35d63a8

Browse files
authored
Update README.md
1 parent f71be7e commit 35d63a8

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

README.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
# Wave-Function-Collapse
22

3+
Straight out of quantum mechanics, Wave Function Collapse is an algorithm for procedural generation of images. In this video (recorded over 3 live streams) I attempt the tiled model and explore a variety of solutions to the algorithm in JavaScript with p5.js.
4+
5+
![GIF animation of WFC algorithm](gifs/wfc.gif)
6+
7+
* [Wave Function Collapse video](https://thecodingtrain.com/challenges/171-wave-function-collapse)
8+
* [Wave Function Collapse algorithm source](https://github.com/mxgmn/WaveFunctionCollapse)
9+
* [Wave Function Collapse Processing forum discussion](https://discourse.processing.org/t/wave-collapse-function-algorithm-in-processing/12983)
10+
11+
312
## Plan
413

514
### Completed

0 commit comments

Comments
 (0)