OpenGL

This part covers the OpenGL API. OpenGL is a C API that allows you to utilize graphics hardware on your system (your GPU) for real-time rasterization. We cover the basics of the API, and take a look at some related graphics programming tasks (such as view/camera transforms).

Chapters