realazthat / glsl-gaussian
glsl-gaussian is a shader generator for WebGL, to generate a gaussian blur of an input texture
☆21Updated 8 years ago
Related projects ⓘ
Alternatives and complementary repositories for glsl-gaussian
- 3D Wavelet Rasterization☆29Updated 7 years ago
- perturb normal from a normal map☆36Updated 6 years ago
- A JS generator function that returns a list of vertices describing an isosuface given a density and level.☆35Updated 7 years ago
- GLSL preparation build step based on glsl-unit and glsl-optimizier including minifier library☆20Updated 3 years ago
- ☆35Updated 5 years ago
- glsl-numerify is a debugging shader generator for WebGL: given a texture, blows it up in size, displays the pixel values as numbers.☆15Updated 8 years ago
- approximate face normal in the fragment shader☆29Updated 9 years ago
- WebGL stats☆27Updated last year
- Collection of experiments for the pex library☆44Updated 7 years ago
- Calculate SDF for image/bitmap/bw data☆48Updated last year
- ☆29Updated 8 years ago
- transpiles GLSL tokens from v100 to v300 es☆39Updated 8 years ago
- Mini toy WebGL library☆23Updated 7 years ago
- Vertex based ambient occlusion calculation for meshes☆55Updated 7 years ago
- WebGL framebuffer wrapper☆60Updated 7 years ago
- streaming gl.readPixels from an FBO☆31Updated 7 years ago
- Easily generate an irradiance environment map from an existing environment map.☆27Updated 6 years ago
- Easily generate an environment map, or skybox, of Earth atmosphere given a 3D vector representing the direction of the sun.☆30Updated last year
- Given a signed distance function and ray, trace a scene to find the first point of intersection.☆36Updated 7 years ago
- WebGL dunes demo☆36Updated last year
- Applies one iteration of Loop's algorithm to a triangular mesh☆11Updated 9 years ago
- THREE.TextMesh for three.js☆19Updated 8 years ago
- Get the luma (brightness) of an RGB color in GLSL. Useful for converting images to greyscale