Mandelbrot Set - executable, Eclipse and Maven projects

      Mandelbrot


The sole purpose of program Mandelbrot is to compare the looping implementation of the color calculation with the parallel implementation using all available processor cores.


    is used for creating the network
  runs the loop code
  runs the parallel code


The core of the program consists of two classes:

  • MandelbrotUnit.java
    provides the two layer methods to trigger the loop or the parallel execution
  • MandelbrotNet.java
    models the dynamic aspects

The graphical user interface is established by the other classes.

  • class MandelbrotFrame.java contains the program's main method

Download links: