Package com.aparapi.examples.mandel
Class Main2D
java.lang.Object
com.aparapi.examples.mandel.Main2D
public class Main2D extends Object
An example Aparapi application which displays a view of the Mandelbrot set and lets the user zoom in to a particular point.
When the user clicks on the view, this example application will zoom in to the clicked point and zoom out there after.
On GPU, additional computing units will offer a better viewing experience. On the other hand on CPU, this example
application might suffer with sub-optimal frame refresh rate as compared to GPU.
- Author:
- gfrost
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
Main2D.MandelKernel
An Aparapi Kernel implementation for creating a scaled view of the mandelbrot set. -
Field Summary
-
Constructor Summary
Constructors Constructor Description Main2D()
-
Method Summary