Perlin Noise - 5Daydreams/Personal-Notes GitHub Wiki

Alright, so I think I needed to wrap up all the tutorials I have that are specific to using perlin noise.

I'd like to say a few words of my own when I get a better picture on how to even explain perlin noise to people who are unfamiliar with it, but for now, this page is just going to become a link-dump.

Mandatory reference to the Brackeys video that hooked me in Perlin Noise

Ronja's amazing tutorial to Perlin Noise for Shaders

A smart way to generate 3d Perlin Noise for Unity

An explanation on the Algorithm and implementation

Coding train playlist on Perlin Noise: theory and applications!

Perlin noise in C++