Wombat
Noise generator
An efficient GLSL procedural noise library for generating textures without texture sampling
An efficient texture-free GLSL procedural noise library
223 stars
10 watching
16 forks
Language: GLSL
last commit: over 2 years ago
Linked from 1 awesome list
Related projects:
Repository | Description | Stars |
---|---|---|
briansharpe/gpu-noise-lib | Provides optimized GPU-accelerated noise functions and utilities | 364 |
xrayez/godot-anl | A Godot Engine module providing noise generation capabilities with a visual editor and modular components. | 111 |
pawelworwa/simplexnoise | A C++ port of an algorithm for generating 2D noise patterns with adjustable complexity and detail | 22 |
keijiro/noiseshader | Provides functions for generating gradient noise in 2D and 3D space | 1,133 |
stegu/psrdnoise | Tiling simplex flow noise generation for graphics and simulations | 244 |
stegu/webgl-noise | Provides GLSL procedural noise functions compatible with WebGL | 493 |
jobtalle/cubicnoise | Generates 1D and 2D random noise using bicubic interpolation with tiling and scaling support | 81 |
srombauts/simplexnoise | An implementation of Perlin's Simplex Noise algorithm for generating pseudo-random fluctuations and patterns | 320 |
sebh/tileablevolumenoise | A collection of functions to generate 3D noise patterns suitable for tile-based graphics rendering | 344 |
kennethlarsen/baelte | A tool that automates the creation of new Svelte projects and generates boilerplate code for components and tests. | 94 |
thereforegames/txt2mask | Automatically generates masks for image inpainting using natural language input | 518 |
kaythomas0/noisedash | An ambient noise generator tool with features for customization and user management | 298 |
tomsmeets/fractalart | Generates colorful wallpapers using fractal art algorithms | 85 |
digitalcoleman/generativeexamples | A collection of Processing examples that demonstrate various methods for creating patterns affected by Perlin noise. | 63 |
kdotjpg/opensimplex2 | An updated noise generation algorithm with improved consistency and performance | 570 |