Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/robert/wavefunction-collapse
The Wavefunction Collapse Algorithm explained very clearly
https://github.com/robert/wavefunction-collapse
Last synced: 11 days ago
JSON representation
The Wavefunction Collapse Algorithm explained very clearly
- Host: GitHub
- URL: https://github.com/robert/wavefunction-collapse
- Owner: robert
- License: unlicense
- Created: 2018-12-17T21:46:42.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2022-06-30T14:16:37.000Z (over 2 years ago)
- Last Synced: 2024-10-23T10:36:52.041Z (19 days ago)
- Language: Python
- Homepage: https://robertheaton.com/2018/12/17/wavefunction-collapse-algorithm/
- Size: 98.6 KB
- Stars: 287
- Watchers: 7
- Forks: 44
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Wavefunction Collapse
This is the example code for my blog post, ["The Wavefunction Collapse Algorithm explained very clearly"](https://robertheaton.com/2018/12/17/wavefunction-collapse-algorithm/). To install dependencies:
```
virtualenv vendor
source vendor/bin/activate
pip install -r requirements.txt
```Then to run:
```
python main.py
```You will get a nice picture of a coastline.
![WFC Example](example.png)