Skip to content

Eugen-str/mandelbrot-gen

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

mandelbrot-gen

Generate an image of the Mandelbrot set through the command line

usage:

print help with cabal run exes -- help

to generate a default image use cabal run

to generate an image with your inputs use cabal run exes -- [option] [value]...


there are a few examples in examples/EXAMPLES.md, but here is a very basic one

$ cabal run exes -- -x -0.5762 -y -0.4849 -w 1000 -zoom 0.02 -o example.png

executing that command outputs this file:

generated mandelbrot set

About

Mandelbrot image generator

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published