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: over 2 years ago
Linked from 1 awesome list
Related projects:
| Repository | Description | Stars |
|---|---|---|
| | Generates Perlin noise in Micropython | 1 |
| | Provides GLSL procedural noise functions compatible with WebGL | 498 |
| | Tiling simplex flow noise generation for graphics and simulations | 253 |
| | Perlin's Simplex Noise algorithm implemented in C++ | 324 |
| | A collection of Processing examples that demonstrate various methods for creating patterns affected by Perlin noise. | 63 |
| | A C++ port of an algorithm for generating 2D noise patterns with adjustable complexity and detail | 22 |
| | An implementation of Perlin Simplex noise function with support for 1D, 2D, 3D, and 4D noise, as well as scaled and in-range versions. | 293 |
| | A Lua implementation of a noise function with octave support | 0 |
| | A C implementation of open simplex noise algorithm | 140 |
| | A collection of functions to generate 3D noise patterns suitable for tile-based graphics rendering | 349 |
| | An updated noise generation algorithm with improved consistency and performance | 577 |
| | A C++ library for generating and processing audio signals in real-time. | 468 |
| | Provides optimized GPU-accelerated noise functions and utilities | 364 |
| | A DIY noise synthesizer project featuring multiple oscillators and filters. | 21 |
| | Provides functions for generating gradient noise in 2D and 3D space | 1,140 |