Chapter 10. Creating Amazing 3D GUIs with PyOpenGL and PyGLet
In this chapter, we will create amazing Python GUIs that display true three-dimensional images that can be rotated around themselves so that we can look at them from all sides. We will cover the following recipes:
- PyOpenGL transforms our GUI
- Our GUI in 3D!
- Using bitmaps to make our GUI pretty
- PyGLet transforms our GUI easier than PyOpenGL
- Our GUI in amazing colors
- OpenGL animation
- Creating a slide show using tkinter