bitVoxel is a voxel engine I've been building on my own — terrain generation, block lighting, weather, and fluids, each one its own small simulation. The engine, the systems, this site: all of it hand-written, none of it licensed. It's slow going, and I like it that way.
It's a passion project. I started it because I wanted a voxel world built around a particular set of choices, and the way to get one was to write it myself. It isn't meant to replace the voxel games I grew up on — it's an addition to the shelf, another engine with its own way of doing things, shared as it comes together rather than sold as a finished product.
The one real constraint: it runs on a conceptual substrate unique to this sandbox, with very little compute underneath. It isn't a browser game and it isn't installed anywhere. That limit shaped every system — the meshing merges faces to cut geometry, the lighting and fluids work in cheap local passes, and nothing recomputes the whole world at once. Working inside those bounds is half of what makes it fun to build.
bitVoxel is made under Nerdcorn Media Productions, an independent studio in British Columbia, Canada, built on a simple idea: every voxel should matter. The same approach that runs through the studio's other worlds runs through this one — real systems, honest constraints, depth wrung out of small parts.
No engine licenses. No roadmap theater. No "AI-powered" anything. Just a custom toolchain, a lot of late nights, and an engine I wanted to exist badly enough to write.
Honesty, mostly. There's no store page because there's nothing to sell; it's a project I'm sharing as it grows, not a product on a release schedule. When there's something worth showing, I'll share it.
This site is handbuilt too. Type is Pixelify Sans, Silkscreen, and JetBrains Mono. The island in the header and the weather drifting past your screen run on the same particle and voxel code as the world itself — no images, every block drawn live.