百科.dev
全部条目AI 编程趋势榜开源项目技术资讯提交条目
登录
< 返回工具列表
A

AndEngine

> 编程语言
开源

免费的 Android 2D OpenGL 游戏引擎

3.2K stars0 点赞0 次浏览
访问官网GitHub

工具介绍

免费的 Android 2D OpenGL 游戏引擎

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 Wallet Address: 1run6zViD16j2rP9evpayu8FqQ6mcRDqi

Tip4Commit (Bitcoin)

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

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):
java
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

  • AndEngineExamples
  • AndEngineRobotiumExtensionExample

Tests

  • AndEngineTest
  • AndEngineRobotiumExtensionExampleTest

Extensions

  • 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.)

Issues· 120 开放

查看全部 Issues在 GitHub 打开

暂无开放 Issues,或尚未同步最近议题。

> 标签

Javaandroidgame-developmentgame-enginegame-engine-2d

暂无评论,来聊聊你的看法吧

> 工具信息

发布日期2026年8月1日
最后更新2026年9月17日
分类编程语言
定价开源

> 相关工具

T
TypeScript
JavaScript 的超集,为前端与全栈提供静态类型
P
Python
通用编程语言,广泛用于 Web、数据与 AI
G
Go
Google 推出的简洁高效系统语言