Skip to content

baskiton/wfc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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
$ pip3 install -r requirements.txt

Usage

You can look at the examples in the wfc/__main__.py file and follow them.

You can also run these GUI examples:

$ python3 -m wfc

Examples