ZAZPRO / Golang-Mandelbrot

Multithreaded Mandelbrot Set golang image generator

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Multithreaded Mandelbrot Set golang image generator

License:MIT License


Languages

Language:Go 100.0%