psrdnoise
Noise generator
Tiling simplex flow noise generation for graphics and simulations
Tiling simplex flow noise in 2-D and 3-D compatible with GLSL 1.20 (WebGL 1.0) and above.
253 stars
8 watching
19 forks
Language: HLSL
last commit: almost 2 years ago
Linked from 1 awesome list
Related projects:
Repository | Description | Stars |
---|---|---|
| Provides GLSL procedural noise functions compatible with WebGL | 498 |
| Perlin's Simplex Noise algorithm implemented in C++ | 324 |
| Provides functions for generating gradient noise in 2D and 3D space | 1,140 |
| An efficient GLSL procedural noise library for generating textures without texture sampling | 223 |
| A collection of Perlin noise implementations in C. | 176 |
| A C++ port of an algorithm for generating 2D noise patterns with adjustable complexity and detail | 22 |
| A collection of functions to generate 3D noise patterns suitable for tile-based graphics rendering | 349 |
| Generates polyphonic music sequences using deep learning models and adversarial training | 28 |
| Generates 1D and 2D random noise using bicubic interpolation with tiling and scaling support | 81 |
| A Processing app generates an SVG from an image based on the brightness of transformed sine waves. | 319 |
| Automatically generates masks for image inpainting using natural language input | 520 |
| A C implementation of open simplex noise algorithm | 140 |
| 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 |
| Generates SVG image patterns from text input using pattern and color algorithms | 1,271 |
| Generates stipple drawings from image files using weighted Voronoi stippling algorithm | 432 |