Skip to content

SimonWaldherr/bbmandelbrotGo

Repository files navigation

bbmandelbrotGo

Coverage Status Go Report Card codebeat badge
DOI GoDoc License MIT

what

the Mandelbrot set is a very popular fractal by Benoît 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

Mandelbrot Fractal

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