Voxel Planet

Voxel Planet is a new take on the Minecraft (voxel) style world, the aim of this project was to demonstrate the possibility of using blocks to create a spherical planet. Voxel Planet is created in Unity 3D and entirely written in C#. The planet is procedurally generated every time the game is launched using a random seed, this includes the clouds and terrain features such as trees.

VoxelPlanet1
Voxel Planet saw created over the course of 3 months using a lot of the knowledge I had learned from creating Hexplorer and the Hex Terrain Demo. Many of the optimisation techniques I had used in these other voxel games could not me implemented into Voxel Planet due to the irregular terrain style. There were many other obstacles to overcome because of this, such how to store the block data and how to generate smooth terrain around the whole planet. In a later post I will go into more depth on how the planet is designed.

VoxelPlanet3

Downloads Page.

You may also like...

6 Responses

  1. I real when you this of sundry your posts. Perhaps could you maintain this?

  2. Da5id says:

    Any chance of taking a look at the code for this? I have a similar system but I am having trouble managing the block side one the distance from the core gets over around 32 blocks. If you don’t want to show me your code, would you be willing to tell me how you keep block size down on the surface?

  3. Steven Ross says:

    You are crazy talented man, this is incredible work.

  4. Dion Cullum says:

    Hey, so I’ve been toying with the idea of a game utilizing Minecraft-like Voxel generation on “Spherical” Planets too, so would you mind if I were to use your game as an example when I’m figuring out how to do this stuff on my own? I don’t need the source code or anything, I was just going to download the game and just sort of use it as something to model my game after, while giving it my own spin of course. I’m not trying to copy you or anything, it’s just that nobody else has done stuff like this from what I can tell, so it is just really hard for me to visualize how I’d lay out the world and what not. Thanks!

Leave a Reply