top of page

C++ Terrain Generator

In the first semester of 3rd year I had to make a Terrain generator using C++.
The Generator always create random terrain based on a seed input by the user and using the Diamond-Square algorithm, I am also using shaders to generate waves and perlin noise to generate clouds.


Please use this link to access it:

bottom of page