We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e9dc06d commit f71be7eCopy full SHA for f71be7e
README.md
@@ -1,17 +1,21 @@
1
# Wave-Function-Collapse
2
3
-[WFC using local storage](https://editor.p5js.org/kfahn/full/iNUF-Lgdf)
+## Plan
4
5
-## Completed
+### Completed
6
- [x] Implementation of Tile Model (see: https://youtu.be/rI_y2GAlQFM)
7
8
-## Corrections
+### Corrections
9
- [ ] Additional Rules for tiles 4 and 5
10
11
-## Next Steps and Refactoring
+### Next Steps and Refactoring
12
- [ ] Filter out redundant tiles
13
- [ ] Recursive entropy reduction
14
- [ ] Shannon entropy
15
16
-## Future work
+### Future work
17
- [ ] Overlapping model
18
+
19
+## Related work
20
21
+* [WFC using local storage](https://editor.p5js.org/kfahn/full/iNUF-Lgdf) by @kfahn22.
0 commit comments