worley

Cellular noise generator

An implementation of Steven Worley's cellular noise reference function

worley noise

GitHub

35 stars
4 watching
8 forks
Language: C
last commit: almost 12 years ago
Linked from 1 awesome list


Backlinks from these awesome lists:

Related projects:

RepositoryDescriptionStars
jobtalle/cubicnoiseGenerates 1D and 2D random noise using bicubic interpolation with tiling and scaling support81
pawelworwa/simplexnoiseA C++ port of an algorithm for generating 2D noise patterns with adjustable complexity and detail22
sjaak31367/micropython_perlinGenerates Perlin noise in Micropython1
briansharpe/wombatAn efficient GLSL procedural noise library for generating textures without texture sampling223
srombauts/simplexnoisePerlin's Simplex Noise algorithm implemented in C++324
wei1234c/signal_generatorsTools for generating and manipulating signals using various hardware components20
cfoge/the_yowlerA DIY noise synthesizer project featuring multiple oscillators and filters.21
sebh/tileablevolumenoiseA collection of functions to generate 3D noise patterns suitable for tile-based graphics rendering349
stegu/webgl-noiseProvides GLSL procedural noise functions compatible with WebGL498
gridbugs/wfcA collection of Rust libraries implementing a procedural generation algorithm.148
ngxbac/kaggle-recursion-cellularAn approach to image classification using a combination of pre-trained models and fine-tuning on two separate datasets40
growly/bfgA compiler for designing and building reconfigurable digital circuits7
stegu/perlin-noiseA collection of Perlin noise implementations in C.176
smcameron/open-simplex-noise-in-cA C implementation of open simplex noise algorithm140
wokalski/wcfastcellThis project attempted to improve the performance of cellular drawing by flattening the hierarchy and using a single view for all cell content.524