May 2017
Beginner to intermediate
444 pages
11h 31m
English
In this recipe, we will successfully create a Python GUI that imports PyOpenGL modules and does actually work! In order to do so, we will overcome some initial challenges.
This recipe will show one proven way that does work. If you experiment on your own and get stuck, remember the famous words from Thomas A. Edison.
First, we have to install the PyOpenGL extension module. After successfully installing the PyOpenGL modules that match our OS architecture, we will create some example code.
Read now
Unlock full access