Skip to content

AndEngine, but with Javadoc. It's very realistic I might lose interest in maintaining this fork (e.g. keep it up-to-date with the official repo) in time. So if you are up for it, send me a message and I'll make you a collaborator on this project. (Or just let me know that it's out of date.) Also see the Box2D fork.

Notifications You must be signed in to change notification settings

zinsser/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;
}

Documentation

Generating Javadoc HTML within *nix

Javadoc and Apache Ant must be properly installed and configured to generate HTML doc. Open up a terminal window, and browse to the root directory of AndEngine. Building Javadocs can be invoked with the following:

[AndEngineDoc]$ ant doc

build.xml will automatically place the documentation in the 'doc' folder.

Branches

  • GLES2: 'GLES2'
    • Active development.
    • Support: [> 93% of all Android devices (Apr. 2012)
  • GLES1: 'master'
    • Not in active development.
    • Support: > 99.0% of all Android devices (Apr. 2012)

Examples

Tests

Extensions

About

AndEngine, but with Javadoc. It's very realistic I might lose interest in maintaining this fork (e.g. keep it up-to-date with the official repo) in time. So if you are up for it, send me a message and I'll make you a collaborator on this project. (Or just let me know that it's out of date.) Also see the Box2D fork.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published