PDA

View Full Version : Porting from Win7 to ios


Sufferin Jukebox
03-28-2012, 06:50 AM
Does anyone know of good software to port a win7 app to ios?

glaze
03-28-2012, 09:48 AM
What APIs your app requires on Windows?

Rogue
03-28-2012, 10:59 AM
What APIs your app requires on Windows?

I echo this. To give you a solution we would need to know what your Windows program uses. For example: using OpenGL on Windows ports easily to iOS

FunInfusedGames
03-28-2012, 12:34 PM
My Windows app was completely rewritten from C# to C++. Conversely if you used something like Unity3D, a port from one to the other would be a lot simpler.