Package com.base.engine.core

Examples of com.base.engine.core.CoreEngine


public class Main
{
  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

Related Classes of com.base.engine.core.CoreEngine

Copyright © 2018 www.massapicom. 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.