MATHEMATICS
Perlin Noise
Article by:Geoffrey Hunter
Date Published: | |
Last Modified: |
Contents
Overview
Perlin noise is commonly used to create natural looking textures in computer graphics. A common example is it’s use to create a randomly generated landscape, or realistic looking clouds.
Ken Perlin invented the Perlin noise algorithm following CGI work on the movie Tron.
Libraries
siv::PerlinNoise is a good header-only Perlin noise library for C++.
The Python library noise has Perlin “improved” noise and Perlin simplex noise algorithms.
Authors

This work is licensed under a Creative Commons Attribution 4.0 International License .