bbmandelbrotGo

generate images of a mandelbrot fractal

MIT License

Stars
20
Committers
3

bbmandelbrotGo

what

the Mandelbrot set is a very popular fractal by Benot B. Mandelbrot. There is a great Song (and Video) on YouTube about the Mandelbrot(/Julia) fractal. Many thanks to Jonathan Coulton for this great song and for sharing it under CC-BY-NC

how

go test .
go run demo/cliexample.go --help
Usage of ./bbmandelbrot:
  -b=1: color scheme (blue)
  -f="mandelbrot.png": destination filename
  -g=3: color scheme (green)
  -h=2560: fractal height
  -r=2: color scheme (red)
  -w=2560: fractal width
exit status 2