A program that makes single thread weave art with the power of Cuda.
Usage:
./weaver [input.png] [ouput.png] -p [number of points] -r [resolution] -i [max iterations] -l [line thickness] -b [blur radius] -c [Colors like 'FF0000,FF6800,000055,000000,FFAA88']mkdir build
cd build
cmake ../source
make

