Porting SDL App to iOS

旧城冷巷雨未停 提交于 2019-12-21 17:25:14

问题


I have created a small game in C++ using only SDL (no OpenGL), and want to port it to iOS 6. I have no intention of releasing it publicly, It's just for personal use.

The app uses only the barebones SDL library itself, no ttf or image.

So, what would be the best hassle-free way of porting the game to iOS 6? The game's SDL version is 1.2, however it would be possible to port it to 2.0.

A tutorial or something similar would be of tremendous help!

Thanks


回答1:


Port to 2.0, then just follow the SDL 2.0 iOS HOWTO. SDL 2.0 has native iOS support.



来源:https://stackoverflow.com/questions/23063659/porting-sdl-app-to-ios

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!