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
162 stars 79 forks source link

fix: added an early exit which greatly improves mesh generation #94

Closed OrdinaryDev83 closed 1 year ago

OrdinaryDev83 commented 1 year ago

This improvement has been suggested by ChatGPT 4. I adapted it to work on the game. The next steps of optimization would be :

  1. Parallel Processing
  2. Octress instead of 3D Array