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

    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

    • Main

      public Main()
  • Method Details

    • main

      public static void main​(String[] _args)