75509ea25e13c0d2ed14f1be1d3d9c4b93929f4b
# ReNoise A collection of noise functions to potentially include Perlin, Simplex, Value, fBm, Worley, Diamond-Square and Poisson-Disc. main.cpp : this is the graphical test application perlin.cpp : generatePerlinNoise1D : this creates a 1D array of perlin noise which uses ReUnirand for random number input. smothNoise : this takes the noise and applies parabolic smoothing.
Description
a collection of noise functions to potentially include Perlin, Simplex, Value, fBm, Worley, Diamond-Square and Poisson-Disc.
Languages
C++
83.8%
CMake
16.2%