[XNA/MG] Voxel Engine - 4 - Adding NoiseSo.. our terrain looks good. But it's flat, and we want it to look more like a real terrain. But MonoGame doesn't have a noise Library....
[XNA/MG] Voxel Engine - 3 - Camera and drawing in World spaceThis time we will start creating our world. We will add a camera and put our sprites in a world space instead of the screen. First let's...
[XNA/MG] Voxel Engine - 2 - First steps and drawingWe created a new project with MonoGame. But we have to know where to start, and at first, you will see that there are already some...
[XNA/MG] Voxel Engine - 1 - Installing and using MonoGame (XNA)Welcome to this new version of the Voxel Guides. This time, we will let go Unity and use MonoGame instead. This guide will be quick, we...