Translucency, better usage of VAOs, Sync objects instead of glFinish(), Rudimentary frustum culling by Jukitsu · Pull Request #29 · obiwac/python-minecraft-clone

Cool! I won't merge this here as this repo is intended to be sync'd with the tutorial series, but it would be nice to have some place to contribute to a "current" version of this project where stuff I may not even cover at all in the tutorial series can be added.

Two possibilities for this:

  • We create a seperate repo.
  • We create a directory at the root called something like current.

Personally leaning towards the later option. What do you think?

(Also some of your changes have made me realize in hindsight that there are perhaps more pythonic ways of doing certain things, I should probably spend the time going through the code on this repo cleaning stuff up a bit 😉 )