Skip to content

Command line tool for plotting two of the most popular fractals: Mandelbrot set and Julia set.

License

Notifications You must be signed in to change notification settings

nadunz/Fractals-Plotting-Tool

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Fractals-Plotting-Tool

Command line tool for plotting two of the most popular fractals: Mandelbrot set and Julia set.

Compilation

  • Java Compiler

    javac Fractal.java

Running

  • Run With:

    • java Fractal
    • java Fractal [Mandelbrot|Julia]
    • java Fractal Mandelbrot [Xmin, Xmax, Ymin, Ymax] [iteration]
    • java Fractal Julia [ZcReal ZcImag] [iteration]
  • Possible figure include :

    Mandelbrot Julia

Outputs

image

image

About

Command line tool for plotting two of the most popular fractals: Mandelbrot set and Julia set.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages