Android开发之游戏引擎AndEngine资料简单介绍
1.AndEngine源码和例子代码地址:
Google Code:http://code.google.com/p/andengine/
AndEngine主页:http://www.andengine.org/
example地址:http://code.google.com/p/andengineexamples/
2.代码下载
先安装TortoiseHg,然后在想要存放代码的目录右键-->TortoiseHg-->clone
hg clone https://andengine.googlecode.com/hg/andengine
3.lib包下载
andengineexamples->Source->Browse->hg->lib(libs->armeabi)->点击想下载的Filename->View raw file
4.入门文章
中文 http://blog.csdn.net/cping1982/archive/2011/03/06/6227775.aspx
英文 http://www.andengine.org/forums/ ... rial-list-t417.html
虽然听说AndEngine在某些型号的机型上有不稳定的情况出现,但决定学习这个引擎是因为它内置了BOX2D物理引擎,在手机上测试运行也比较流畅,效果很给力~~~希望大家喜欢