bbmandelbrot

package module
v1.0.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Sep 29, 2022 License: MIT Imports: 4 Imported by: 0

README

bbmandelbrotGo

Build Status Coverage Status Go Report Card codebeat badge GoDoc License MIT

what

in memoriam Benoît B. Mandelbrot
the Mandelbrot set is a very popular fractal.
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

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func Mandelbrot

func Mandelbrot(width, height, cx1, cx2, cy1, cy2 uint64, csr, csg, csb int) (*image.RGBA64, string)

Mandelbrot generates the Mandelbrot picture as *image.RGBA according to the parameters

Types

This section is empty.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL