What is the project the more active/Stable? Can you say me the deep diference between cocos2D and andengine?
Asked
Active
Viewed 5,041 times
3
-
http://stackoverflow.com/questions/10959337/cocos-vs-andengine-for-android/15900159#159001591 might be helpful to you !! – user2416728 Jun 05 '13 at 05:27
4 Answers
4
I'm using AndEngine for one of my projects, and I must say, it's rather nice. A little comparision between LibGDX and AndEngine:
1) AndEngine
- Only for Android.
- High level, you propably won't need any direct calls for
GL
functions. - Quite easy to learn, and to code with.
- There are versions (source) for OpenGL ES 1.0 / 1.1 / 2.0 (with support for shaders)
2) LibGDX
- Multiplatform (http://code.google.com/p/libgdx/)
- You will be able test your code directly on PC
- Harder to learn
The question is, do you need the LibGDX platform freedom, or maybe you are making project only for Android?
Also, look at that nice list of Android engines here.
2
AndEngine was specifically designed for coding-efficiency, libGDX gives you a little more freedom but requires a little more work. So LibGDX allows you to the low-level stuff easier, which is a little harder to do in AndEngine.

Bart Kiers
- 166,582
- 36
- 299
- 288

Uttam
- 12,361
- 3
- 33
- 30
1
I think cocos2d-android is not an active project like cocos2d-iphone and cocos2d-x . It haven't been updated for quite a long time.

srikanth chitturi
- 116
- 1
- 6