https://github.com/deshrike/wavefunctioncollapse
https://github.com/deshrike/wavefunctioncollapse
python wave-function-collapse wfc
Last synced: 6 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/deshrike/wavefunctioncollapse
- Owner: DeShrike
- Created: 2022-04-19T11:54:14.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-05-08T19:57:26.000Z (over 3 years ago)
- Last Synced: 2023-03-07T21:43:54.554Z (over 2 years ago)
- Topics: python, wave-function-collapse, wfc
- Language: Python
- Homepage:
- Size: 115 KB
- Stars: 3
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Wave Function Collapse
Experimenting with the Wave Function Collapse algorithm in Python
## Installation
Clone this repo
Then do:
```
python -m venv venv
source venv/bin/activate
pip install -r requirements.txt
```## Examples
```
python simple.py
```
```
python redblue.py
```
```
python rgb.py
```
```
python abstract.py
```
```
python circuit.py
```
```
python mondriaan.py
```