VoxelEngine-Cpp icon indicating copy to clipboard operation
VoxelEngine-Cpp copied to clipboard

Client-Server Chunks

Open InfiniteCoder01 opened this issue 11 months ago • 7 comments

Make engine's architecture more suitable for multiplayer. Includes:

  • Moving utility functions into ChunksStorage
  • Chunks -> ChunksLoader/ChunksMatrix inside Player - a class, that loads certain area

InfiniteCoder01 avatar Mar 19 '24 17:03 InfiniteCoder01