Class Local

java.lang.Object
com.aparapi.examples.nbody.Local

public class Local
extends Object
An NBody clone which uses local memory to cache NBody positions for execution. http://www.browndeertechnology.com/docs/BDT_OpenCL_Tutorial_NBody-rev3.html
Author:
gfrost
See Also:
Main
  • Field Details

    • width

      public static int width
    • height

      public static int height
    • running

      public static boolean running
  • Constructor Details

  • Method Details

    • main

      public static void main​(String[] _args)