An algorithm that draws an image of the mandelbrot set.
Inspired by Coding Train.
More information on mandelbrot sets: Wikipedia
- Clone this repository with
git clone git@github.com/jakobdannel/mandelbrot.git
- Install rust (https://www.rust-lang.org/learn/get-started)
- Build project with
cargo build --release
- Execute file
/targets/release/mandelbrot
- The output is generated as a .png file under
/output