Converting PC game written in C++ (using SDL library ) to iOS ?

Started by
0 comments, last by MarkusPfundstein 12 years, 6 months ago
I want to convert PC game written in C++ which is using SDL library to iOS .....How is it possible to port it to iOS ? Need Solution

Is possible to Port or Convert in to Objective C ? how much difficult or time it will take ? is it feasible?

or Using COCOS2d -x is feasible ?

or any other solution ?

Thnks in advance guyzz :-) ....
Advertisement
if it is written in C++ u should not encounter big problems. You can use SDL with iOS as well. I don't know to what extent but its possible. The only stuff you probably have to code in Obj C is the communication with the Device like TouchEvents and Drawing the SDL Buffer

I open sourced my C++/iOS OpenGL 2D RPG engine :-)



See my blog: (Tutorials and GameDev)


[size=2]http://howtomakeitin....wordpress.com/

This topic is closed to new replies.

Advertisement