Skip to content

vinceallenvince/cpp-simplex-noise

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

cpp-simplex-noise

Ported from Stefan Gustavson's java implementation of Perling noise. Read Stefan's excellent paper for details on how this code works. http://staffwww.itn.liu.se/~stegu/simplexnoise/simplexnoise.pdf

Example

If you're on a Mac, clone this repo, open your terminal and navigate to the clone. Type the following.

./SimplexNoise.out

Simplex Noise on the command line

About

A C++ port of Stefan Gustavson's java implementation of Perlin noise

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages