Skip to content

wyattwhiting/mandelbrot-generator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Simple Mandelbrot Set Generator

This is a (slightly convoluted) mandelbrot set generator. The algrithm is implemented iteratively. At the top of the source file, you can find the parameters used to defined the plot bounds, maximum iterations, etc...

An example render in a large terminal can be found at example_render.png.

To compile

gcc mandelbrot.c -o mandelbrot -lm

To run

./mandelbrot

Releases

No releases published

Packages

 
 
 

Languages