Skip to content

Two famous fractals, Mandelbrot and Julia set are implemented in this project using Java multi-threading and synchronization

Notifications You must be signed in to change notification settings

viraj-dhanushka/Fractals-Implementation

Repository files navigation

Compilation

  • Java Compiler

 Run javac Fractal.java

Running

Run with :

  • java Fractal Mandelbrot <start_x> <end_x> <start_y> <end_y> <iterations>
  • java Fractal Julia <x> <y> <iterations>

Screenshots

  • Mandelbrot

image

  • Julia

image

About

Two famous fractals, Mandelbrot and Julia set are implemented in this project using Java multi-threading and synchronization

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages