# 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.
Readme 50 KiB
Languages
C++ 83.8%
CMake 16.2%