N3RDIUM / PyCraft

A Minecraft clone written in python and glfw/OpenGL.
MIT License
17 stars 2 forks source link

Added better efficient chunk generation #69

Closed N3RDIUM closed 2 years ago

N3RDIUM commented 2 years ago

Before, PyCraft generated chunks and also drew the borders of chunks. This caused HUGE fps drops. This PR fixes the problem by adding 'simulated blocks' to the borders of the chunk, but not rendering them. Also, we have BIOMES!