/wfc

Primary LanguageJupyter Notebook

Wave Function Collapse

Learning how to do this

Following along here

going to to this too

Setting up the code

  • clone this repo and cd into the directory
  • run virtualenv venv to create a new virtual enviroment
  • run . venv/bin/active on *nix machines to start the virtual enviroment
  • run pip3 install -r requirements.txt to install the required packages