Perlin noise is a type of gradient noise that Ken Perlin developed in 1983. Game developers and CG artists usually use it to generate organic looking textures and terrains among many other things.
Tag: C
In this devlog, I discuss how I implemented an ObjectStore that keeps track of all of the objects used in the BOUNCE iT game.