Skip to content

ZAZPRO/Golang-Mandelbrot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Golang Mandelbrot Set

Multithreaded program for generating greyscale Mandelbrot set image written in Golang.

Installation

Download executable from builds and run. This will generate standard 1920*1080 1000 epoch png image.

Example Usage

mandelbrot -width=1920 -height=1080 -epoch=1000 -fileName="Mandelbrot"

Result example