Skip to content

Latest commit

 

History

History
22 lines (15 loc) · 753 Bytes

README.md

File metadata and controls

22 lines (15 loc) · 753 Bytes

mandelbrot

An algorithm that draws an image of the mandelbrot set.

Inspired by Coding Train.

More information on mandelbrot sets: Wikipedia

How to use this tool

  • 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

Example images (5000x5000)

Example image Example image Example image Example image