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

Chunk Mesh Generation Optimization #96

Closed tgenlis83 closed 3 months ago

tgenlis83 commented 1 year ago

Changes suggested by ChatGPT 4, coded and adapted it. Tell me if you see an improvement in performance.

obiwac commented 1 year ago

Hey! Thanks for the PR :)

I saw you made 2 others, #94 and #95 - could you clarify which ones you'd like reviewed and potentially merged?

tgenlis83 commented 1 year ago

Sure, #94 and #95 were closed because I updated the code to be clearer, #96 is the only PR to merge.

tgenlis83 commented 1 year ago

Am I supposed to commit the change ?

obiwac commented 1 year ago

yes

well ideally you'd squash but I'll do that for you, no worries