Look at that View!
Color Me Impressed
After the last devlog, all I needed to do to finish up an initial version of the mountain scape generator was to tweak the generation parameters and add a coloring system. I looked at some vector art and loved the look of a bluish haze over the layers of mountains. I wanted to make a flexible system that would allow me to choose between using solid colors or gradients.
// mountains.js
if gradient else
After adding adding this, I spent a little time tweaking generation parameters and color values and ended up with some pretty nice views 🏔️!

Feel free to check out the code and play around with the generator and find your favorite mountain scape!