https://github.com/mechazawa/wave-function-collapse
Performant implimentation of WFC
https://github.com/mechazawa/wave-function-collapse
wave-function-collapse
Last synced: 25 days ago
JSON representation
Performant implimentation of WFC
- Host: GitHub
- URL: https://github.com/mechazawa/wave-function-collapse
- Owner: Mechazawa
- Created: 2023-03-27T22:14:20.000Z (about 2 years ago)
- Default Branch: master
- Last Pushed: 2023-09-23T00:18:26.000Z (over 1 year ago)
- Last Synced: 2025-02-16T23:26:48.416Z (4 months ago)
- Topics: wave-function-collapse
- Language: Rust
- Homepage:
- Size: 102 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Wave-Function-Collapse
Implimentation of the Wave Function Collapse algorithm with an emphasis on performance.## Note
This project is currently a work in progress. The eventual goal is for this to be both a re-usable library and application.
## Usage
Generating an image on the command line
```sh
cargo run --release -- images/circuit-1-57x30.png -i 14 -o 50x50 output/circuit-1.png
```Visualising the process but not storing an output image
```sh
cargo run --release -- images/circuit-1-57x30.png -i 14 -o 50x50 --visual
```