gbbirkisson / wfc

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Wave Function Collapse

This is a small repo exploring the implementation of wave function collapse in rust. The inspiration came from this video.

The code implements a sudoku solver that solves the puzzles in this dataset. Using GNU Parallel it solves 1.000.000 sudoku puzzles in 30 seconds on my machine.

Run

$ make run

About


Languages

Language:Rust 95.5%Language:Makefile 4.5%