Glass towers in a coastal forest
MC2

6.25 cm 16 km -- fps live

Minecraft 2

6.25 cm voxels. The GPU marches them.

Why

If you can carve 6.25 cm out of a 16 km continent, a triangle mesh is the wrong data structure. This engine never builds one. The GPU walks a 64-tree of voxels. Light, glass, fog, and falling towers all use that same tree.

Rust, wgpu, Vulkan / DX12 / Metal. Fluids are what I’m writing now.

In the box

Run it

Rust, edition 2024, and a GPU. First launch spends about 30 seconds growing the world, then caches it.

git clone https://github.com/Anandb71/minecraft-2.git
cd minecraft-2
cargo run --release
Repo Setup Sponsor