Skip to content

Latest commit

 

History

History
106 lines (80 loc) · 3.55 KB

README.md

File metadata and controls

106 lines (80 loc) · 3.55 KB

PySide6GL

Professor Lee Stemkoski published a very good book - Developing Graphics Frameworks with Python and OpenGL. However, the original code were using Pygame, now I'm trying to port all of the code to PySide6.

If you enjoy the code, please give my repo a star ⭐ ⬆️.

Acknowledgement

Thanks Timóteo Alves Cruz so much for putting all original source code of the book except test-6-5.py on Github!

All images come from Professor Lee Stemkoski's another repo.

Requirements

  • PySide6
  • PyOpenGL
  • numpy
  • Pillow

Change Log

2022-08-12

Review and test all source code (based on pygame) of Developing Graphics Frameworks with Python and OpenGL . Then upload them to pygame folder, the code are organized by chapters.

2022-08-03

Finally port all code to PySide6. Upload all source code include Chapter 6.

screenshot screenshot screenshot screenshot screenshot screenshot screenshot screenshot screenshot screenshot screenshot screenshot screenshot screenshot

2022-08-02

Continue to refine the code and take screenshots

Upload more folders and all source code in Chapter 5. However, I could not make Test-5-12.py to work after replace Pygame by Pillow.

screenshot screenshot screenshot screenshot screenshot screenshot screenshot screenshot screenshot screenshot screenshot screenshot screenshot screenshot screenshot screenshot screenshot screenshot

2022-07-28

Refine the code and take screenshots

Upload more folders and all source code in Chapter 2, Chapter 3 and Chapter 4

screenshot screenshot screenshot screenshot screenshot screenshot screenshot screenshot screenshot screenshot screenshot screenshot screenshot screenshot screenshot screenshot screenshot screenshot screenshot

2022-07-26

Upload core folders and all source code in Chapter 2 and Chapter 3

Tested on Python 3.9.7 and Windows 10 OS