Skip to content

Header-only Perlin noise library for modern C++

License

Notifications You must be signed in to change notification settings

remod/PerlinNoise

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

siv::PerlinNoise

siv::PerlinNoise is a header-only Perlin noise library for modern C++.
Based on Ken Perlin's Improved Noise.

Features

  • random seed
  • 1D/2D/3D noise
  • octave noise
  • [0.0, 1.0] noise

License

siv::PerlinNoise is distributed under the MIT license.

Example

Run Test_PerlinNoise.cpp with the following parameters.

frequency = 8.0
octaves = 8
seed = 12345

noise

About

Header-only Perlin noise library for modern C++

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 100.0%