iOS版的OpenGL ES兼容了Android的OpenGL ES?
问题描述:
在理论上,可我写于iOS游戏中的OpenGL ES,并希望能够轻松地将它移植到Android?如何在Android到iOS?
In theory, can I write a game for iOS in openGL ES and expect to easily port it to Android? How about from Android to iOS?
答
是的,我相信,如果你用C / C ++ iOS版的游戏,将它移植到Android不会太麻烦了。但是,如果你写在Objective-C的游戏,那么它可能是确实挺麻烦。
Yes, I believe that if you write a game in C/C++ for iOS, to port it to Android wouldn't be too much of a hassle. However, if you write the game in Objective-C, then it could be quite a hassle indeed.