/mandelbrot

A Rust app that plots the Mandlebrot set

Primary LanguageRust

Mandlebrot set visualizer

An app that plots the Mandlebrot set on an PNG image.

Inspired from the code samples included in this book.

Testing the app

cargo test

Running it

cargo run -- sample.png 1000x750 -1.20,0.35 -1.0,0.2

Below a sample output:

sample output