This is a repository for the final project and dissertation I developed for my BSc in Computer Science. As it has been a while since this was graded, I thought it would be interesting to show the code ...
The Noise sample code associated with this paper includes an implementation of Perlin noise, which is useful for generating natural-looking textures, such as marble and clouds, for 3D graphics. A test ...
Want to add a bit of visual flair to 3D printed parts that goes maybe a little more than skin-deep? That’s exactly what [volzo] was after, which led him to create a Python script capable of generating ...
Create a Minecraft-style game using the Ursina engine. The core feature is generating terrain with Perlin noise, but without relying on external libraries for noise generation. The project should ...