perlin-noise
Noise generator
A collection of Perlin noise implementations in C.
Various versions of Perlin noise (C and C++)
176 stars
8 watching
25 forks
Language: C
last commit: almost 2 years ago
Linked from 1 awesome list
Related projects:
Repository | Description | Stars |
---|---|---|
sjaak31367/micropython_perlin | Generates Perlin noise in Micropython | 1 |
stegu/webgl-noise | Provides GLSL procedural noise functions compatible with WebGL | 493 |
stegu/psrdnoise | Tiling simplex flow noise generation for graphics and simulations | 244 |
srombauts/simplexnoise | An implementation of Perlin's Simplex Noise algorithm for generating pseudo-random fluctuations and patterns | 320 |
digitalcoleman/generativeexamples | A collection of Processing examples that demonstrate various methods for creating patterns affected by Perlin noise. | 63 |
pawelworwa/simplexnoise | A C++ port of an algorithm for generating 2D noise patterns with adjustable complexity and detail | 22 |
devdad/simplexnoise | A Perlin Simplex noise function implementation for Unreal Engine 4 with support for various dimensions and scale factors. | 293 |
9551-dev/acidity | A Lua implementation of a noise function with octave support | 0 |
smcameron/open-simplex-noise-in-c | A C implementation of open simplex noise algorithm | 139 |
sebh/tileablevolumenoise | A collection of functions to generate 3D noise patterns suitable for tile-based graphics rendering | 344 |
kdotjpg/opensimplex2 | An updated noise generation algorithm with improved consistency and performance | 570 |
lanceputnam/gamma | A C++ library for generating and processing audio signals in real-time. | 463 |
briansharpe/gpu-noise-lib | Provides optimized GPU-accelerated noise functions and utilities | 364 |
cfoge/the_yowler | A DIY noise synthesizer project featuring multiple oscillators and filters. | 20 |
keijiro/noiseshader | Provides functions for generating gradient noise in 2D and 3D space | 1,133 |