This document explains how to generate some artwork using the code discussed in this post by Benjamin Kovach
We need to install a C library for generating
images, make a directory in which the images
will be stored, and then run stack build
.
The latter will take a while. Once that is
done, we can generate some images using Kovach's code.
$ git clone [email protected]:jxxcarlson/genart-kovach.git && cd genart-kovach
$ brew install cairo
...
Bash completion has been installed to:
/usr/local/etc/bash_completion.d
$ mkdir -p images/example_sketch
$ stack build
$ stack run
You will find the generated image in images/example_sketch
, e.g,