java/swing project which renders Mandelbrot fractal
for calculation boost uses OpenCL device if available
Features:
- scrolling and zooming in Mandelbrot fractal
- choosing between various color themes
- adjusting fractal calculation iteretions
- saving fractal as .png file
- OpenCL support
Import project to the eclipse: File -> Import... -> Existing Projects into Workspace Browse to the downloaded sources, click OK and finish.
mvn clean package
java -jar target/fractals-1.1.0-SNAPSHOT.jar