https://github.com/baskiton/wfc
Wave Function Collapse
https://github.com/baskiton/wfc
wave-function-collapse wfc
Last synced: about 2 months ago
JSON representation
Wave Function Collapse
- Host: GitHub
- URL: https://github.com/baskiton/wfc
- Owner: baskiton
- License: mit
- Created: 2022-07-24T18:58:24.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-07-24T19:54:59.000Z (over 3 years ago)
- Last Synced: 2025-01-18T16:23:45.605Z (about 1 year ago)
- Topics: wave-function-collapse, wfc
- Language: Python
- Homepage:
- Size: 90.8 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Wave Function Collapse
Python-implemented of a tilemap generator inspired by wave function collapse
using the example https://github.com/mxgmn/WaveFunctionCollapse
The Castle, Knots and Circuit tiles are from the repository linked above
## Requirements
* Python 3.7+
* Pillow
```sh
$ pip3 install -r requirements.txt
```
## Usage
You can look at the examples in the [wfc/_\_main__.py](https://github.com/baskiton/wfc/blob/main/wfc/__main__.py) file and follow them.
You can also run these GUI examples:
```sh
$ python3 -m wfc
```
## Examples





