blob: e20a0ff92d3ff3d466aa9188e4b790fc7bf14597 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
### Wave function collapse
This an implementation of very primitive tile-based wave function collapse.
It uses tiles to generate an image, similar to this:
![Demo of the program](demo/demo.png)
It generates the tiles as ppm, then generates the image, similar to the demo image as ppm. There is a script to turn the ppm files into png using imagemagick.
All files including the tiles are saved in the files directory
### Build
To build use `./build.sh`
To build and run use `./build.sh run`
|