The OpenGL examples are based on book "Developing Graphics Frameworks with Python and OpenGL" by Lee Stemkoski and Michael Pascale published by CRC Press in 2021.
I ported the examples to PyQt5.
To run the program:
$ workon venv
(venv) $ python examples/ex2_01_empty_window.py
Note that the root is added to path to easily run the examples.
ex4_06
- added movement_rigex4_07
- added movement_rigex5_03
- fixedex5_07
ex5_08
- fixedex5_09
- fixedex5_10
ex5_11
- fixed