perlin-noise

Noise generator

A collection of Perlin noise implementations in C.

Various versions of Perlin noise (C and C++)

GitHub

176 stars
8 watching
25 forks
Language: C
last commit: over 3 years ago
Linked from 1 awesome list


Backlinks from these awesome lists:

Related projects:

RepositoryDescriptionStars
sjaak31367/micropython_perlinGenerates Perlin noise in Micropython1
stegu/webgl-noiseProvides GLSL procedural noise functions compatible with WebGL498
stegu/psrdnoiseTiling simplex flow noise generation for graphics and simulations253
srombauts/simplexnoisePerlin's Simplex Noise algorithm implemented in C++324
digitalcoleman/generativeexamplesA collection of Processing examples that demonstrate various methods for creating patterns affected by Perlin noise.63
pawelworwa/simplexnoiseA C++ port of an algorithm for generating 2D noise patterns with adjustable complexity and detail22
devdad/simplexnoiseAn implementation of Perlin Simplex noise function with support for 1D, 2D, 3D, and 4D noise, as well as scaled and in-range versions.293
9551-dev/acidityA Lua implementation of a noise function with octave support0
smcameron/open-simplex-noise-in-cA C implementation of open simplex noise algorithm140
sebh/tileablevolumenoiseA collection of functions to generate 3D noise patterns suitable for tile-based graphics rendering349
kdotjpg/opensimplex2An updated noise generation algorithm with improved consistency and performance577
lanceputnam/gammaA C++ library for generating and processing audio signals in real-time.468
briansharpe/gpu-noise-libProvides optimized GPU-accelerated noise functions and utilities364
cfoge/the_yowlerA DIY noise synthesizer project featuring multiple oscillators and filters.21
keijiro/noiseshaderProvides functions for generating gradient noise in 2D and 3D space1,140