I am looking for a simple and easy C++ framework for iOS. Specifically, what I want it to wrap in a C++ API:

  • Simple GUI system
  • 2D Graphics
  • User touch input and accelerometer
  • Networking (UDP sockets)

What I'm trying to do is port a multiplayer game to the iOS.

I've seen cocos2d-x, but I don't know how stable it is and I don't think it supports networking.

Oh, and I want it to be free and open source if possible. Android support is a plus but definitely not required.

link|improve this question
Why the downvote? Not telling me what I did wrong won't correct me for future questions. – myrkos Apr 14 at 18:39
This might come in handy : mobilegameengines.com – iamcreasy Apr 14 at 19:49
The downvote was likely somebody who thinks that "which tech to use" questions are off topic: meta.gamedev.stackexchange.com/questions/695/… – Tetrad Apr 14 at 21:46
feedback

closed as not constructive by Tetrad Apr 14 at 21:46

This question is not a good fit to our Q&A; format. We expect answers to generally involve facts, references, or specific expertise; this question will likely solicit opinion, debate, arguments, polling, or extended discussion. See the FAQ for guidance on how to improve it.

Browse other questions tagged or ask your own question.