Mandelbrot (2019)
CelineWuest/Mandelbrot
Creation of a Mandelbrot set using Parallel Programming to achieve better performance
Java
0
0
This was my first try at parallel programming. I used Java threads to improve the performance of rendering the Mandelbrot set by splitting the pixel workloads between threads.