diff options
author | kartofen <mladenovnasko0@gmail.com> | 2022-08-09 11:34:57 +0300 |
---|---|---|
committer | kartofen <mladenovnasko0@gmail.com> | 2022-08-09 11:34:57 +0300 |
commit | 00c3363ca258f160b875ec254e701017be0314db (patch) | |
tree | b26354d65c93a093b750d0c44adb1f2905f9e160 /README.md | |
parent | b91c09a43b3191d719781fe717fc6d28fec58029 (diff) |
add readme and demo image
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/README.md b/README.md new file mode 100644 index 0000000..e20a0ff --- /dev/null +++ b/README.md @@ -0,0 +1,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` |