Book Image

Python GUI Programming Cookbook

By : Burkhard Meier
Book Image

Python GUI Programming Cookbook

By: Burkhard Meier

Overview of this book

Table of Contents (18 chapters)
Python GUI Programming Cookbook
Credits
About the Author
About the Reviewers
www.PacktPub.com
Preface
Index

Chapter 10. Creating Amazing 3D GUIs with PyOpenGL and PyGLet

In this chapter we will create amazing Python GUIs that display true 3-Dimensional images that can be rotated around themselves so that we can look at them from all sides.

  • PyOpenGL transforms our GUI

  • Our GUI in 3D!

  • Using bitmaps to make our GUI pretty

  • PyGLet transforms our GUI more easily than PyOpenGL

  • Our GUI in amazing colors

  • Creating a slide show using tkinter