Skip to content

SanojPunchihewa/Fractals

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Fractals

  • Simple Java Program to draw Mandelbrot and Julia Sets

How to Use

The first input argument must be the Fractal Type (Mandelbrot or Julia) For example if u want Mandelbrot,

java Fractal Mandelbrot 

Giving only one argument will use default values for other parameters

You can give 4 or 5 arguments with first argument as Mandelbrot to draw cutomized Set

java Fractal Mandelbrot <Lower_bound_of_Real> <Upper_bound_of_Real> <Lower_bound_of_Imaginary> <Upper_bound_of_Imaginary> <Number_of_iterations>

you can give 2 or 3 arguments with first argument as Julia to draw cutomized Julia Set

java Fractal Julia <Real_part_of_Constant> <Imaginary_part_of_Constant> <Number_of_iterations>

About

Java Program to render Mandelbrot and Julia Sets

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages