Class NBody

java.lang.Object
com.aparapi.examples.javaonedemo.NBody

public class NBody
extends Object
NBody implementing demonstrating Aparapi kernels. For a description of the NBody problem, see n-body problem We use JOGL to render the bodies. JOGL
Author:
gfrost
See Also:
JOGL, n-body problem
  • Field Details

    • width

      public static int width
    • height

      public static int height
    • running

      public static boolean running
    • texture

      public static com.jogamp.opengl.util.texture.Texture texture
  • Constructor Details

  • Method Details

    • main

      public static void main​(String[] _args)