While developing AndEngine was a lot of fun, it also also consumed many(!) months of my life. It actually continues to cost me a significant amount of money to host the AndEngine forums.
If you made profit using your game and can afford to spare a fraction of it to the developer of the game engine you used, I would be very grateful! =)
The easiest way of donating is via Bitcoin to the AndEngine funds wallet address:
<
8D94
img src="https://camo.githubusercontent.com/b5ab32fe33aae8aca7472e4b44764c1cce57fc258b39717ed8b5aadb47055a34/687474703a2f2f7777772e616e64656e67696e652e6f72672f646f6e6174652f626974636f696e5f31367831362e706e67" alt="Bitcoin" title="Donate via Bitcoin" data-canonical-src="http://www.andengine.org/donate/bitcoin_16x16.png" style="max-width: 100%;">
Bitcoin Wallet Address: 1run6zViD16j2rP9evpayu8FqQ6mcRDqi
Tip the author (not the project itself) of the next commit to AndEngine:
Donation Email: donate@andengine.org
Thank you!
/Nicolas Gramlich
- AndEngine has to be build with ADT-17 or higher!
- 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;
}
- 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:
AndEngineAugmentedRealityExtension
AndEngineLiveWallpaperExtension
AndEngineMODPlayerExtension
AndEngineMultiplayerExtension
AndEngineMultiTouchExtension
(Merged into the 'GLES2' branch.)AndEnginePhysicsBox2DExtension
AndEngineRobotiumExtension
AndEngineScriptingExtension
AndEngineScriptingExtensionGenerator
AndEngineSVGTextureRegionExtension
AndEngineTexturePackerExtension
(Merged into the 'GLES2-AnchorCenter' branch.)AndEngineTMXTiledMapExtension
(Merged into the 'GLES1' branch.)