glslify-bundle
Bundle a glslify-deps dependency tree into a GLSL source string
Found 154 results for glslify
Bundle a glslify-deps dependency tree into a GLSL source string
webgl-noise shaders ported to work with glslify
A node.js-style module system for GLSL!
Trim the whitespace within an array of GLSL tokens
safely inject a block of tokens into a shader
Invert a matrix in GLSL
Functions to test if a point is outside ranges, namely useful for 3D/2D scenes that may have reversed bounds
Beckmann specular distribution for GLSL
Cook-Torrance specular/fresnel lighting term
natural looking film grain using noise functions
blend mode 'overlay' for GLSL
fractal brownian noise, glslify compatible
A transform stream for glslify that adds an `import` directive to your shaders.
FXAA implementation for glslify in WebGL
Common GLSL math constants (with 11 decimals) available both as ES modules strings and as GLSL files for use with glslify.
Read floating point values back from WebGL
Process GLSL code with glslify
pseudo-random 2D noise for glslify
Import GLSL strings with glslify
create a readable stream of glsl ast nodes that produce a module system
optimized 9-tap gaussian blur for GLSL
A transform stream for [glslify](http://github.com/chrisdickinson/glslify) that replaces CSS-style hexadecimal colors with `vec3/vec4` definitions.
repeating checker GLSL pattern
glslify-import-loader
Map a value from one range to another. Equivalent to Processing's map() function.
colormaps for glsl shaders
GLSL rotation functions with matrices: 2D and 3D (with X/Y/Z convenience functions) available both as ES modules strings and as GLSL files for use with glslify.
approximate face normal in the fragment shader
glslify as a babel transform
HSL to RGB color conversion in GLSL
Import GLSL source files as strings. Pre-processed, validated and optimized with Khronos Group SPIRV-Tools. Supports glslify.
Get the luma (brightness) of an RGB color in GLSL. Useful for converting images to greyscale
A replacement resolver function for glslify that lets you automatically pull in GLSL modules from npm
WebGL shim for node
Canny edge detection for 2D texture samplers in WebGL
voronoi noise, glslify compatible
lookup table color transforms for glslify
A plugin to write GLSL more comfortably.
Transpose a matrix in GLSL
Bayer matrix dithering in GLSL
simplex noise with glslify
Fast GLSL conversion from HSV color to RGB
test a shader's gl_FragColor output on a 1x1 canvas
Import glsl/vert/frag files and process them with Glslify
glslify gulp plugin
a blur effect based on random hash offset
Vignette functions for glslify
A custom React Fiber reconciler renderer for regl webGL
📐 GLSL Triplanar texture mapping. glslify format.
Convert GLSL from WebGL to OpenGL
a regex for GLSL version statements
optimized 9-tap gaussian blur for GLSL
Private GLSL utility functions created by @ykob
Oren-Nayar diffuse lighting model
Create quick WebGL demo's using glslify
Blinn-Phong specular effect
The conversions between RGB and HSV for glslify.
Import GLSL strings with glslify - based on https://github.com/glslify/rollup-plugin-glslify
A GLSL Module which generates a rotation matrix
GLSL setup for performing a Fast Fourier Transform of two complex matrices
blend mode 'overlay' for GLSL
GLSL setup for performing a Fast Fourier Transform of real-valued input
Import GLSL strings with glslify (a node.js-style module system for GLSL).
Gaussian specular model for GLSL
a halftone effect in GLSL
Daniel Holden's functions designed to avoid conditionals in GLSL, available both as ES modules strings and as GLSL files for use with glslify.
SMAA (Enhanced Subpixel Morphological Antialiasing) post-processing; WebGL (OpenGL ES 2.0) implementation with no fluff.
draw wireframes on a solid mesh using a fragment shader
A few tools for GLSL shader reloading at runtime.
Computes the Frobenius norm of a matrix in glsl
draw wireframes using triangles in screen-projected coordinates
GLSL Distance Field Primitives
WebGL shader function to decode a 32-bit float from the RGBA color channels of a texel
glslify function for approximating chromatic aberration
compiles a WebGL shader
A GLSL function for generating supershapes.
A collection of glslify compatible distance field operations.
faux ASCII post-processing effect in GLSL
An environment for computer graphics experiments
proj4 coordinate transforms in glsl
transpiles GLSL tokens from v100 to v300 es
Lambertian diffuse lighting for GLSL
Process fragment shader on a rectangular canvas, webgl-less
glsl implementation of the rectangular function.
A collection of glslify compatible distance field operations.
perturb normal from a normal map
depth of field based on vertex position
a thin wrapper around glsl-optimizer
GLSL struct for a light source
finds a #version field in a set of GLSL tokens
the cornell box raymarched in GLSL, for tests
a helper to make ThreeJS shader materials from glslify
a simple crosshatch effect for 2D scenes
The hypot function in GLSL
Parse GLSL strings to ES module likely glslify
A glslify module for domain coloring in the complex plane
webgl2 toolkit for creative coding
Library of combinable shader color manipulation methods to be used with glslify imports
map from [0-1] to [0-1-0] for glslify
The opposite of mix in GLSL: pass in a min/max/actual value and recieve a range value describing how far the actual is between min and max.
Sample each pixel in the neighborhood for glslify.
Glsl implementation of the PCG algorithm for the generation of random numbers.
utility function for the tessallation of the [0, 1] plane.
glslify as a babel transform
An esbuild plugin to transform inline GLSL strings with glslify
Intensity of an edge at a given pixel of a sampler
Parse GLSL strings to ES module likely glslify
Convert values to and from decibels
read matrices from a texture
glsl implementation of the Euclid's algorithm for the calculation of the greatest common divisor.
glslify module implementing parallax occlusion mapping.
An API and accompanying client for generating glslify shaders in the browser
Convenience wrapper for handling glslify on the client, minimising the amount of requests to glslify-deps
Random noise for glslify
glslify as a babel transform
Process GLSL code with glslify
Computes the determinant of a matrix in glsl
Ward anisotropic specular model
a basic glslify shader, ready to go
A browserify transform stream that optimizes your glslify shaders
Color manipulation in glsl
An esbuild plugin to transform inline GLSL strings with glslify
Image sharpening using convolution
optimized 9-tap gaussian blur for GLSL
2d shapes in glsl
A transform stream for glslify that minifys with optional mangling
filter specific hue by range, and make other color to gray
A GLSL Module which defines PI, PI*2, PI/2 and PI/4
optimized 9-tap gaussian blur for GLSL
glsl ggx lighting model
draw anti-aliased circular arcs in a shader with glslify
GLSL implementation of the simple alpha compositing function.
GLSL Intersection Functions for Ray Tracing. Can be required from glslify.
WebGL shader function to encode a 32-bit float to the RGBA color channels of a texel
A simple boilerplate to start projects with Three.js using webpack.
modulate and demodulate an ntsc video signal in a shader
Compile GLSL shaders and minify
glslify LOCAL transform for a simple "#pragma include" directive in shader files.
Import GLSL strings with glslify - based on https://github.com/darionco/esbuild-plugin-glslify
Run glsl files through glslify in brunch
Import GLSL strings with glslify
use proj4 strings to map lonlat geometry to screen coordinates in a shader
A GLSL Module which is substitution for comparison operators
glsl implementation of the Rodrigues's rotation formula
Polar to Decart and Decart to polar transformations.
A simple boilerplate to start projects with Three.js using webpack.
Webpack plugin to inject shader files into the project template
A simple GLSL development server for testing and expreimentation.
calculate repeated values for glslify.
Ray-sphere intersection in GLSL bypassing precision issues
Useful GLSL functions
colormaps for glsl shaders
Shaders templates