项目作者: wyattwhiting

项目描述 :
A simple Mandelbrot set plotter generator in C
高级语言: C
项目地址: git://github.com/wyattwhiting/mandelbrot-generator.git
创建时间: 2021-02-19T23:49:16Z
项目社区:https://github.com/wyattwhiting/mandelbrot-generator

开源协议:

下载


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