worley
Cellular noise generator
An implementation of Steven Worley's cellular noise reference function
worley noise
35 stars
4 watching
8 forks
Language: C
last commit: about 10 years ago
Linked from 1 awesome list
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 | An implementation of Perlin's Simplex Noise algorithm for generating pseudo-random fluctuations and patterns | 320 |
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. | 20 |
sebh/tileablevolumenoise | A collection of functions to generate 3D noise patterns suitable for tile-based graphics rendering | 344 |
stegu/webgl-noise | Provides GLSL procedural noise functions compatible with WebGL | 493 |
gridbugs/wfc | A collection of Rust libraries implementing a procedural generation algorithm. | 146 |
ngxbac/kaggle-recursion-cellular | An image classification project utilizing deep learning and reinforcement learning techniques to improve accuracy on the Recursion Cellular Image Classification competition. | 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 | 139 |
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 |