In order to port games in to iphone, I dont thing complete Objective C coding is required. As I have seen most popular games which were on other devices or on other platform. Now converting exactly to iphone.
Is it there any tool for it ?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
There are a few different tools out there that allow you to develop once and deploy to multiple platforms. Some of these are full engines, like UDK, Torque, and the aforementioned Unity. There are also tools like PhoneGap and Adobe Air, which allow you to develop using web technologies, and then convert to mobile apps.
Of course, sometimes you have to just write your code using C++ and OpenGL, and port it to each platform individually. This will allow for a bit more control and performance in some cases, and might allow for better access to the API of each device, but the trade off is that it’ll take a bit of time to port.