RyanMarcus / worley

Worley noise generator

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Worley noise generator

make
./worley --help

worley [-t type] [-w width] [-h height] [-n numImages] [-m]
	-t type, 1 - 4, for different coloring functions (default: 1)
	-w width, the width of the image (default: 200)
	-h height, the height of the image (default: 200)
	-n numImages, the number of images to generate (default: 1)
	-m, if given, makes a collage/montage of the resulting images

Worley noise examples

About

Worley noise generator

License:GNU General Public License v3.0


Languages

Language:C++ 99.8%Language:Makefile 0.2%