perlin-noise topic
Curl_Noise
Implementation of curl noise for particles simulated on GPU with OpenGL
Unity3D-PerlinCameraShake
Perlin noise based camera shake MonoBehaviour script for Unity3D, ready to attach to a Camera. Uses a coroutine-based execution that exits after the job is done. Should be relatively performant.
Terrain-Generation-Study
Using Perlin noise to generate a map texture and then generate an LOD enabled terrain mesh from the map. This system was going to be used in a now abandoned project.
Perlin-Noise-3D-Voxel-Generator
Voxel generator based on perlin 3d noise | Python OpenGL
FlowAgents
Perlin noise based flow agents made in Unity 3D.
perlin-toolkit
Animated perlin noise textures
HastyNoise
C++ SIMD Noise Generator Library
YouTube_tutorial
I store all the code I used in my YouTube tutorial here. Feel free to download and play around them😉
GPU-GEMS-Improved-Perlin-Noise
Perlin noise on the GPU in Unity