
Efficient Block Storage with Per-Chunk Palettes
How block palettes reduce chunk memory usage and scale well to thousands of block types. Includes clear logic, reasoning, and edge-case handling.

How block palettes reduce chunk memory usage and scale well to thousands of block types. Includes clear logic, reasoning, and edge-case handling.

A deep dive into the motivations, structure, and philosophy behind building a custom engine from scratch. Why not Unity, Godot, or Bevy?
Clear explanation of face culling for cubes and stairs in voxel games, inspired by Vintage Story. Includes visuals, logic, and pseudocode.