Skip to content

A command line tool to generate fractal images

Notifications You must be signed in to change notification settings

tchaumeny/Mandel

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Mandel

Mandel is a command-line tool to generate fractal images. It is multi-threaded and includes a light expression parser to let you define your own formulas.

Usage

Build it with Gradle:

$ gradle build

And then:

$ java -jar Mandel.jar -area "-1.55;0.2;-0.8;0.8" -set julia -param "-0.8;0.156" -color "#FFFFFF;#000000" -resolution 1200 -iter 140

image

$ java -jar Mandel.jar -set julia -color "#ffffff..#00001a" -iter 250 -area "-1.51;1.51;-0.88;0.88"

image

Defining your own formula:

$ java -jar Mandel.jar -transformation "-i*c*z^5+1+i" -area "-0.28;0.28;-0.1;0.5" -iter 25 -resolution 1000

image

For a full list of options:

$ java -jar Mandel.jar -h

About

A command line tool to generate fractal images

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages