Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/gbbirkisson/wfc
https://github.com/gbbirkisson/wfc
Last synced: about 8 hours ago
JSON representation
- Host: GitHub
- URL: https://github.com/gbbirkisson/wfc
- Owner: gbbirkisson
- Created: 2023-04-19T20:11:37.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-04-19T20:12:13.000Z (over 1 year ago)
- Last Synced: 2024-11-06T13:38:46.398Z (about 2 months ago)
- Language: Rust
- Size: 10.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Wave Function Collapse
This is a small repo exploring the implementation of wave function collapse in rust. The inspiration came from [this video](https://www.youtube.com/watch?v=2SuvO4Gi7uY).
The code implements a sudoku solver that solves the puzzles in [this dataset](https://www.kaggle.com/datasets/bryanpark/sudoku). Using [GNU Parallel](https://www.gnu.org/software/parallel/) it solves 1.000.000 sudoku puzzles in 30 seconds on my machine.
## Run
```
$ make run
```