Tell me more ×
Facebook - Stack Overflow is a question and answer site for facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community. Facebook engineers participate here along with the best Facebook developers in the world. If you have a technical question about Facebook, this is the best place to ask.

I'd like some help chosing a framework for cross platform mobile game development. I have narrowed it down to libgdx and playn

I plan to make games mainly targeted for Android but i would also be able to release them on ios and as html. I know that libgdx does not currently support ios, but i also know that it's on its way, and I have faith in the developers.

If someone has experience of libgdx and/or playn (preferably both) I'd really appreciate if you could share your experience and which you choose and why.

share|improve this question
Could you share why cocos2d-x did not make your list? For me it comes down to libgdx vs. cocos2d-x but I have not heard of playn before. – Code Droid Aug 14 '12 at 23:34

4 Answers

My vote goes for libgdx. libgdx seems more extensive than playn, has a very active community, supports almost all the platforms (some supports coming soon) that are supported by playn and is very well documented. Moreover, if you are particularly targeting Android (as your question suggests), I would rather say the libgdx is the de facto framework for that.

share|improve this answer

I have not done any release games with libgdx, but it would get my vote. You have to consider the risk of not developing a successful game on any platform if you choose the wrong framework. just looked at playn and it seem that documentation is not there, user group activity is not there, and its just not far enough along. You should also consider Cocos2d-x which is supposed to support both platforms. I have a sense that libgdx is unstoppable as platform for writing games on the Android side at least.

share|improve this answer

My team is already developing with libgdx and it works great. You can add box2d for the physics and don't need the bad android emulator to debug. All is done with java and you only import the project to your android project and can try it on any device you choose. You also have the windows/web project and the iOS is coming soon. So don't worry, libgdx is a good choice.

share|improve this answer

Libgdx is super fast as some is wriiten in c++. You can move hundreds of sprites smoothly on a single core phone using this framework. It is easy to install and work with and the community anwsers all my questions quickly.

share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.