Package com.aparapi.examples.life
Class Main
java.lang.Object
com.aparapi.examples.life.Main
public class Main extends Object
An example Aparapi application which demonstrates Conways 'Game Of Life'.
Original code from Witold Bolt's site https://github.com/houp/aparapi/tree/master/samples/gameoflife.
Converted to use int buffer and some performance tweaks by Gary Frost
- Author:
- Wiltold Bolt, Gary Frost
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
Main.LifeKernel
LifeKernel represents the data parallel algorithm describing by Conway's game of life. -
Constructor Summary
Constructors Constructor Description Main()
-
Method Summary