Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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)