Learn how to render a character on an iOS device. You will learn how to create an OpenGL context, how to load data into OpenGL buffers, how to set up the space transformations for a character and how to update the framebuffer.
Learn a simple way of visualizing how OpenGL objects are created, bound and initialized. By comparing OpenGL objects to C++ objects you can have a better understanding of OpenGL.