2025-05-09 15:36:51 -04:00
2025-02-02 13:03:31 -05:00
2025-02-05 14:49:29 -05:00
2025-02-02 14:35:37 -05:00
2025-05-09 15:36:51 -04:00

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%