obiwac / python-minecraft-clone

Source code for each episode of my Minecraft clone in Python YouTube tutorial series.
https://www.youtube.com/playlist?list=PL6_bLxRDFzoKjaa3qCGkwR5L_ouSreaVP
MIT License
166 stars 83 forks source link

Indirect Rendering + Small potential perf improvements #42

Closed Jukitsu closed 2 years ago

Jukitsu commented 2 years ago

Added indirect rendering, and I will potentially add multidrawing (Multidrawelementsbasevertex) too. Multidraw Indirect would be the most ideal way of drawing, however pyglet doesn't seem to support it :p