https://github.com/victorqribeiro/simplewfc
A simplified version of the Wave Function Collapse algorithm
https://github.com/victorqribeiro/simplewfc
javascript pcg
Last synced: about 1 year ago
JSON representation
A simplified version of the Wave Function Collapse algorithm
- Host: GitHub
- URL: https://github.com/victorqribeiro/simplewfc
- Owner: victorqribeiro
- Created: 2022-04-28T22:33:04.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2022-06-14T15:14:58.000Z (almost 4 years ago)
- Last Synced: 2025-03-30T23:11:09.618Z (about 1 year ago)
- Topics: javascript, pcg
- Language: JavaScript
- Homepage: https://victorribeiro.com/simpleWFC
- Size: 472 KB
- Stars: 63
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Simple Wave Function Collapse

[Live version](https://victorribeiro.com/simpleWFC)
## About
A simplified version of the Wave Function Collapse algorithm.
Clarification: I got the name for this project from [https://github.com/mxgmn/WaveFunctionCollapse](https://github.com/mxgmn/WaveFunctionCollapse). I tried not to look at their code, or any other code for that matter. I got my self familiar with the concepts from WFC (from all sorts of materials) and tried to implement them.
I have also made a quick video about this project:[https://www.youtube.com/watch?v=CyVergmsjaw](https://www.youtube.com/watch?v=CyVergmsjaw)