OpenGl is stands for Open Graphics Library. It is an lowest-level API that is used in creating 2D and 3D graphics on iPhone,iPad devices. We can use some other frameworks for that purpose like: Cocos2D, Corona, Sparrow, Unity; these are all built on top of OpenGL. Programmers mostly uses those frameworks instead of OpenGl because it is difficult to learn and a lot of code is used for creating simple graphics.
Join MindStick Community
You need to log in or register to vote on answers or questions.
We use cookies to ensure you have the best browsing experience on our website. By using our site, you
acknowledge that you have read and understood our
Cookie Policy &
Privacy Policy.
We can use some other frameworks for that purpose like: Cocos2D, Corona, Sparrow, Unity; these are all built on top of OpenGL.
Programmers mostly uses those frameworks instead of OpenGl because it is difficult to learn and a lot of code is used for creating simple graphics.