Daily Archives: January 14, 2015


Qt5 OpenGL Part 1: Basic Rendering 37

In this section, we will look at some of the OpenGL datatype abstractions provided by Qt5. Such helpers aren’t 100% necessary for creating an OpenGL applicaton, but it greatly reduces the boilerplate, and allows us to focus on rendering and UI instead of worrying about our OpenGL implementaiton. We will also create – […]