Skip to content

Commit

Permalink
Merge pull request #14 from ikarth/2023
Browse files Browse the repository at this point in the history
2023
  • Loading branch information
ikarth committed Aug 18, 2023
2 parents 4921afb + 01e802c commit 3a937fe
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 0 deletions.
11 changes: 11 additions & 0 deletions README.md
Expand Up @@ -7,6 +7,17 @@ This is my research implementation of WaveFunctionCollapse in Python. It has two

For more general-purpose WFC information, the original reference repository remains the best resource: https://github.com/mxgmn/WaveFunctionCollapse

## Installing

```
git clone https://github.com/ikarth/wfc_2019f.git
cd wfc_2019f
conda create -n wfc2019 python=3.10
conda activate wfc2019
pip install -r requirements.txt
python wfc_run.py -s samples_reference.xml
```

## Running WFC

If you want direct control over running WFC, call `wfc_control.execute_wfc()`.
Expand Down
1 change: 1 addition & 0 deletions pyproject.toml
Expand Up @@ -18,6 +18,7 @@ dependencies = [
"imageio",
"matplotlib",
"numpy",
"scipy"
]

[project.optional-dependencies]
Expand Down

0 comments on commit 3a937fe

Please sign in to comment.