Hopson97 / open-builder

Open "Minecraft-like" game with multiplayer support and Lua scripting support for the both client and server
https://github.com/Hopson97/open-builder/projects/3
GNU General Public License v3.0
703 stars 80 forks source link

Optimize/chunk compression #49

Closed Hopson97 closed 4 years ago

Hopson97 commented 4 years ago

Before this, the world took a long time to generate.

This was due to large packet sizes and such, so I made it so:

  1. Chunks are now compressed before sending
  2. Chunks will now build meshes starting from the closest to the current player position.