Should I use cocos2D or andengine?

久未见 提交于 2019-12-06 09:05:02

问题


What is the project the more active/Stable? Can you say me the deep diference between cocos2D and andengine?


回答1:


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:


I would definitly choose Andengine. Cocos2D for Android is yet too buggy.




回答3:


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.




回答4:


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.



来源:https://stackoverflow.com/questions/7952781/should-i-use-cocos2d-or-andengine

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!