Full Unity 2D Game Tutorial 2019 – Making Mini Map Mask In this section we will be making the mini map and then using a mask to shape our mini map into something more appealing then a big oblong on the screen. Full Unity 2D Game Tutorial 2019 – Making Minor Modifications Before we start […]
maps
Simplex Noise – Generating Random Terrain.
I had an idea for a game and wanted to see if I was able to make some random terrain for it. So I decided to look into making some random terrain using the Perlin noise as I knew minecraft uses this in it’s terrain generation. while looking into the Perlin noise I discovered a […]
Using Pixmaps in Libgdx
Pixmaps, as the name implies is a map of pixels, each pixel containing a level for red, green and blue and sometimes alpha. They can be used to store image data and can be generated on the fly in your application. Pixmaps reside in native heap memory and should be disposed when they are no […]