Package com.aparapi.examples.mandel
Class Main
java.lang.Object
com.aparapi.examples.mandel.Main
public class Main 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
Main.MandelKernel
An Aparapi Kernel implementation for creating a scaled view of the mandelbrot set. -
Field Summary
-
Constructor Summary
Constructors Constructor Description Main()
-
Method Summary