Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Is it feasible to make iPhone apps using just OpenGL and not Cocoa Touch?

Tags:

c

iphone

opengl

I'd much rather code an app using pure C api such as OpenGL, rather that Cocoa Touch. So I'm wondering: is it feasible? Will I be able to maintain the same user experience that you get with Interface Builder?

like image 806
Dmitri Nesteruk Avatar asked Dec 27 '25 14:12

Dmitri Nesteruk


1 Answers

None of the UI components have OpenGL equivalents. Is it possible? Yes. Is it sensible? No - you would be much better off learning how to use IB and the UIView classes. Coding the UI in OpenGL would be like painting your house with an artist's brush, using hand-made paint instead of Dulux.

like image 169
Airsource Ltd Avatar answered Dec 31 '25 18:12

Airsource Ltd



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!