I don’t own a mac, is it possible to create a fully functional video recording app in gnustep on windows then carry out the necessary process to deploy it as an iPad app?
Share
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.
Basically, no. You will, of course, be close-ish to a functioning Cocoa app if you code in GNUstep, but there are fundamental differences between the two APIs, and there are enough of them that finishing the iPad version would be a serious amount of work. You would need to get a Mac when it came time to finish your app, and there would be many hours of work invested in fixing up your GNUstep code to work with Cocoa.
Furthermore, there are specific video-related APIs available on the iPad that are simply not available for GNUstep. You will wind up rewriting large sections of code.
Sorry! Your best bet here is to acquire a Mac for development.