• Stars
    star
    3,177
  • Rank 14,139 (Top 0.3 %)
  • Language
    Java
  • License
    Apache License 2.0
  • Created almost 13 years ago
  • Updated about 6 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

Free Android 2D OpenGL Game Engine

AndEngine

Donations

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! =)

Bitcoin

The easiest way of donating is via Bitcoin to the AndEngine funds wallet address:

Bitcoin Bitcoin Wallet Address: 1run6zViD16j2rP9evpayu8FqQ6mcRDqi Bitcoin Wallet

Tip4Commit (Bitcoin)

Tip the author (not the project itself) of the next commit to AndEngine:

Bitcoin top for next commit

PayPal

Donation Email: [email protected]

Thank you!

/Nicolas Gramlich

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

More Repositories

1

AndEngineExamples

AndEngine - Examples
Java
375
star
2

AndEnginePhysicsBox2DExtension

AndEngine - Physics Box2D Extension
C++
151
star
3

AndEngineLiveWallpaperExtension

AndEngine - Live-Wallpaper Extension
Java
80
star
4

AndEngineMultiplayerExtension

AndEngine - Multiplayer Extension
Java
66
star
5

AndEngineAugmentedRealityExtension

AndEngine - Augmented-Reality Extension
Java
65
star
6

AndEngineTMXTiledMapExtension

AndEngine - TMX Tiled Map Extension
Java
65
star
7

AndEngineSVGTextureRegionExtension

AndEngine - SVGTextureRegion Extension
Java
62
star
8

AndEngineTexturePackerExtension

AndEngine - TexturePacker Extension
Java
53
star
9

AndEngineMODPlayerExtension

AndEngine - .MOD-Player Extension
C
47
star
10

AndEngineTest

AndEngine - Test
Java
33
star
11

AndEngineScriptingExtension

AndEngine - Scripting Extension
C++
31
star
12

AndEngineRobotiumExtensionExample

AndEngine - Robotium Extension Example
Java
26
star
13

VAmp

VAmp - Video Amplifier
Java
20
star
14

AndEngineRobotiumExtension

AndEngine - Robotium Extension
Java
20
star
15

AndEngineScriptingExtensionGenerator

AndEngine - Scripting Extension Generator
Java
17
star
16

AndEngineMultiTouchExtension

AndEngine - MultiTouch Extension
Java
16
star
17

AndEngineRobotiumExtensionExampleTest

AndEngine - Robotium Extension Example Test
Java
12
star
18

AndEngineCocosBuilderExtension

AndEngine - CocosBuilder Extension
9
star
19

AndEngineServerExtension

AndEngine - Server Extension
4
star
20

Cocos2DAnimationPListToAndEngineAnimationPackXMLTransformer

AndEngine - Cocos2D AnimationPList --> AndEngine AnimationPackXML
Java
2
star
21

AndEngineCocosBuilderExtensionCCRotatingSpriteExtension

AndEngine - CocosBuilder Extension - CCRotatingSprite Extension
Java
2
star
22

Cocos2DAnimationPListToAndEngineAnimationPackXMLTransformerTest

AndEngine - Cocos2D AnimationPList --> AndEngine AnimationPackXML (Test)
Java
2
star