8000 GitHub - ba0f3/AndEngine: Free Android 2D OpenGL Game Engine
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

ba0f3/AndEngine

 
 

Repository files navigation

AndEngine

Building

Eclipse

  • AndEngine has to be build with ADT-17 or higher!

IntelliJ IDEA

  • AndEngine relies on ADT to auto-generate a "BuildConfig" class. IntelliJ IDEA (as of 11.1.1) has not fully integrated with ADT-17+. In order to build AndEngine with IntelliJ IDEA, you can simply add the following class yourself in the root package (org.andengine):
package org.andengine;

public final class BuildConfig { 
    public final static boolean DEBUG = true;
}

Branches

  • OpenGL ES 2:
    • Support: [> 93% of all Android devices (Apr. 2012)
    • Branch: GLES2-AnchorCenter
      • Active development.
      • The leatest and greatest.
      • More cocos2d-ish (Coordinate-System in the lower left corner, powerful AnchorCenter system.)
    • Branch: GLES2
      • Not in active development.
  • OpenGL ES 1:
    • Branch: master
    • Not in active development.
    • Support: > 99.0% of all Android devices (Apr. 2012)

Examples

Tests

Extensions

About

Free Android 2D OpenGL Game Engine

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Sponsor this project

Packages

No packages published

Languages

  • Java 99.7%
  • Other 0.3%
0