January 2016
Beginner
512 pages
12h 35m
English
We are not experts on OpenGL, so in this part of the chapter we will not teach you to do any fancy stuff with OpenGL and Qt but rather will show you how to enable the use of your OpenGL skills in Qt applications. There are a lot of tutorials and courses on OpenGL out there so if you're not that skilled with OpenGL, you can still benefit from what is described here by employing the knowledge gained here to more easily learn fancy stuff. You can use external materials and a high-level API offered by Qt, which is going to speed up many of the tasks described in the tutorials.
There are basically two ways you can use OpenGL in Qt. The first approach is to use QOpenGLWidget. This is mostly useful if your application ...