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

    Modifier and Type Method Description
    static void main​(String[] _args)  

    Methods inherited from class java.lang.Object

    equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • Life

      public Life()
  • Method Details

    • main

      public static void main​(String[] _args)