C++ Framework for iOS [closed]
- by myrkos
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.