Class Seq

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

public class Seq
extends Object
NBody implemented sequentially 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

    • bodies

      public static final int bodies
    • width

      public static int width
    • height

      public static int height
    • running

      public static boolean running
  • Constructor Details

    • Seq

      public Seq()
  • Method Details

    • main

      public static void main​(String[] _args)