Skip to content

badnames/mandelrust

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

42 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

mandelrust

Fractal Renderer for the mandelbrot set, implemented in the rust programming language.

license

MIT (see LICENSE.txt for details)

Command line options

  • -w, --width: width of the image in pixes
  • -h, --height: height of the image in pixels
  • -x: camera offset on the x axis
  • -y: camera offset on the y axis
  • -s, --scale: size of the viewport on the x and y axis
  • -i, --itterations: maximum number of itterations per pixel.
  • --name: The name of the generated image.

About

Renderer for the mandelbrot set implement in the rust programming language

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages