Skip to content

jakobdannel/mandelbrot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

32 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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
    • Flag usage: add -w {} -h {}, replace {} with the desired width and height, -f {} to set the amount of frames, and -c to make the image colorful
  • The output is generated as a .png file under /output

Example images (5000x5000)

Example image Example image Example image Example image

About

An algorithm that draws an image of the mandelbrot set

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages