summaryrefslogtreecommitdiffhomepage
path: root/src/external/stb_perlin.h
AgeCommit message (Collapse)Author
2022-09-17ADDED: `GenImagePerlinNoise()`Ray
2021-10-06WARNING: BREAKING: REMOVED: `GenImagePerlinNoise()`raysan5
raylib was using `stb_perlin.h` library to generate perlin noise, it seems that recently this library has been flagged as it could be infringing some algorythm patent. For security, it has been removed from raylib.
2020-02-06Update external librariesRay
2019-10-19Update external librariesraysan5
2019-02-12Updated external librariesRay
2017-06-28Add more image generation functions: radial gradient and perlin noiseWilhem Barbier