Skip to content

fruitnuke/perlin

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 

Repository files navigation

Perlin Noise

Experiments and investigations in understanding Perlin noise. Written in Python 3.3.

$ python3 noise.py

screenshot

Currently

Following Ken Perlin's algorithm and c implementation, as well as the Perlin noise math FAQ by Matt Zucker, the first step is to generate a one-dimensional perlin noise function (or an approximation thereof).

About

Investigations into Perlin noise.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages