Package com.aparapi.examples.javaonedemo
Class Life
java.lang.Object
com.aparapi.examples.javaonedemo.Life
public class Life 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
Life.LifeKernel
LifeKernel represents the data parallel algorithm describing by Conway's game of life. -
Constructor Summary
Constructors Constructor Description Life()
-
Method Summary