Chunk System Prototype
Server-client chunk system built on strict server authority. The server generates random noise-based chunk data and sends it to the client; the client reconstructs the visual world from pre-built models using an object pool, keeping memory overhead flat regardless of world size.
Watch on YouTube