Skip to content

A program to plot a Mandelbrot set, a fractal produced by iterating a simple function on complex numbers.

Notifications You must be signed in to change notification settings

eniolajayi/mandelbrot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Mandelbrot Plotter

A program to plot a Mandelbrot set, a fractal produced by iterating a simple function on complex numbers.

Requirements

To run or compile the code, you'll need to have Rust installed.

Check here Rust - Get Started for help on how to set up a Rust development enviroment.

Usage

cargo run <file-name> <dimensions> <upper_left_bound> <lower_right_bounds>

Example:

target/release/mandelbrot mandel.png 4000x3000 -1.20,0.35 -1,0.20

For an example of the resulting image, check the mandel.png file.

About

A program to plot a Mandelbrot set, a fractal produced by iterating a simple function on complex numbers.

Resources

Stars

Watchers

Forks

Languages