Skip to content

marek78/fractals

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

fractals

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

Building:

with eclipse

Import project to the eclipse:
File -> Import... -> Existing Projects into Workspace
Browse to the downloaded sources, click OK and finish.

with maven

mvn clean package

Running:

java -jar target/fractals-1.1.0-SNAPSHOT.jar

Some snapshots: