summaryrefslogtreecommitdiff
path: root/thirdparty/misc/open-simplex-noise.c
AgeCommit message (Collapse)Author
2020-12-04Updated open-simplex to have const noise functionsSacha Waked
"open-simplex-noise-in-c" now updated to master and "opensimplex" module refactored accordingly
2020-11-09Update "open-simplex-noise-in-c" to fix undefined signed overflow.bruvzg
2018-09-14Add SimplexNoise and NoiseTexture as new resourcesJFonS
SimplexNoise can be used to generate parameterized fractal noise based on Open Simplex. NoiseTexture uses SimplexNoise to generate noise textures for using in shaders/visual effects.