NoiseShader
Noise generator
Provides functions for generating gradient noise in 2D and 3D space
Noise shader library for Unity
1k stars
30 watching
121 forks
Language: HLSL
last commit: over 3 years ago
Linked from 1 awesome list
graphicsshaderunityunity3d
Related projects:
Repository | Description | Stars |
---|---|---|
sebh/tileablevolumenoise | A collection of functions to generate 3D noise patterns suitable for tile-based graphics rendering | 344 |
briansharpe/wombat | An efficient GLSL procedural noise library for generating textures without texture sampling | 223 |
stegu/psrdnoise | Tiling simplex flow noise generation for graphics and simulations | 244 |
keijiro/cosinegradient | Generates cosine-based gradients for Unity applications | 389 |
pawelworwa/simplexnoise | A C++ port of an algorithm for generating 2D noise patterns with adjustable complexity and detail | 22 |
stegu/webgl-noise | Provides GLSL procedural noise functions compatible with WebGL | 493 |
briansharpe/gpu-noise-lib | Provides optimized GPU-accelerated noise functions and utilities | 364 |
kaythomas0/noisedash | An ambient noise generator tool with features for customization and user management | 298 |
jobtalle/cubicnoise | Generates 1D and 2D random noise using bicubic interpolation with tiling and scaling support | 81 |
keijiro/wavtexture | Bakes an audio waveform into a texture for use in Unity shaders | 110 |
keijiro/testbedhdrp | A Unity project showcasing custom effect ideas with HDRP for graphics development | 1,219 |
kdotjpg/opensimplex2 | An updated noise generation algorithm with improved consistency and performance | 570 |
xrayez/godot-anl | A Godot Engine module providing noise generation capabilities with a visual editor and modular components. | 111 |
srombauts/simplexnoise | An implementation of Perlin's Simplex Noise algorithm for generating pseudo-random fluctuations and patterns | 320 |
harjot-oberai/materialshadows | A library that adds support for convex shadows to Android views | 2,183 |