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: over 10 years ago
Linked from 1 awesome list


Backlinks from these awesome lists:

Related projects:

Repository Description Stars
jobtalle/cubicnoise Generates 1D and 2D random noise using bicubic interpolation with tiling and scaling support 81
pawelworwa/simplexnoise A C++ port of an algorithm for generating 2D noise patterns with adjustable complexity and detail 22
sjaak31367/micropython_perlin Generates Perlin noise in Micropython 1
briansharpe/wombat An efficient GLSL procedural noise library for generating textures without texture sampling 223
srombauts/simplexnoise Perlin's Simplex Noise algorithm implemented in C++ 324
wei1234c/signal_generators Tools for generating and manipulating signals using various hardware components 20
cfoge/the_yowler A DIY noise synthesizer project featuring multiple oscillators and filters. 21
sebh/tileablevolumenoise A collection of functions to generate 3D noise patterns suitable for tile-based graphics rendering 349
stegu/webgl-noise Provides GLSL procedural noise functions compatible with WebGL 498
gridbugs/wfc A collection of Rust libraries implementing a procedural generation algorithm. 148
ngxbac/kaggle-recursion-cellular An approach to image classification using a combination of pre-trained models and fine-tuning on two separate datasets 40
growly/bfg A compiler for designing and building reconfigurable digital circuits 7
stegu/perlin-noise A collection of Perlin noise implementations in C. 176
smcameron/open-simplex-noise-in-c A C implementation of open simplex noise algorithm 140
wokalski/wcfastcell This project attempted to improve the performance of cellular drawing by flattening the hierarchy and using a single view for all cell content. 524