Package com.base.engine.core

Examples of com.base.engine.core.CoreEngine.Start()


{
  public static void main(String[] args)
  {
    CoreEngine engine = new CoreEngine(800, 600, 60, new TestGame());
    engine.CreateWindow("3D Game Engine");
    engine.Start();
  }
}
View Full Code Here

TOP
Copyright © 2018 www.massapi.com. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.