glsl-easings(latest: 1.0.0) Robert Penner's easing functions in GLSL, available as a module for glslify.
glsl-smooth-min(latest: 1.0.0) Smooth minimum functions for GLSL
glsl-token-descope(latest: 1.0.2) "Descope" an array of GLSL tokens such that they can be safely inlined alongside within another shader without causing any global variable conflicts.
glsl-token-properties(latest: 1.0.1) Takes an array of GLSL tokens and determines whether or not they're a property of another identifier
glsl-token-string(latest: 1.0.1) Converts an array of GLSL tokens to a plain source string
glsl-token-defines(latest: 1.0.0) Retrieve the values defined with preprocessor statements in a selection of GLSL tokens
glsl-token-depth(latest: 1.1.2) Determine the scope depth of an array of GLSL tokens
glsl-look-at(latest: 1.0.0) Generate a 3D lookAt matrix in GLSL
glsl-camera-ray(latest: 1.0.0) Generates a ray for Shadertoy-style raycasting in GLSL
glsl-raytrace(latest: 1.0.0) Given a signed distance function and ray, trace a scene to find the first point of intersection.
glsl-sdf-normal(latest: 1.0.0) Get the normal vector of a position within a signed distance field.
glsl-turntable-camera(latest: 1.0.0) Convenience module for GLSL raytracing that provides a turntable camera for your scene.
glsl-sdf-sphere(latest: 1.0.0) GLSL SDF function for generating a sphere.
glsl-sdf-box(latest: 1.0.0) GLSL SDF function for generating a sphere.
glsl-combine-smooth(latest: 1.0.0) Smoothly combine two signed distance fields.
glsl-aastep(latest: 1.0.1) anti-alias smoothstep utility function
glsl-combine-chamfer(latest: 1.0.0) Combine two signed distance fields with a chamfer-like join.
glsl-halftone(latest: 1.0.4) a halftone effect in GLSL
glsl-face-normal(latest: 1.0.2) approximate face normal in the fragment shader
glsl-hash-blur(latest: 1.0.3) a blur effect based on random hash offset
glsl-scale-log(latest: 1.0.0) A logarithmic scale for glslify
glsl-pi(latest: 1.0.0) π available at your convenience for use within glslify
glsl-token-extension-dedupe(latest: 1.0.0) Given a series of GLSL tokens, dedupes any extension declarations and places them at the top of the shader source
glsl-shader-name(latest: 1.0.0) Extract a shader's name from its source
glsl-ruler(latest: 1.0.1) GLSL SDF function for generating a sphere.
glsl-token-macros(latest: 1.0.0) Extract macro preprocessor statements from an array of GLSL tokens
glslify-fancy-imports(latest: 1.0.1) glslify transform that provides you with a cleaner module import/export syntax ✨
glsl-token-scope(latest: 1.1.2) Infer the scope of each token in an array of GLSL tokens
glslify-client(latest: 2.0.0) Convenience wrapper for handling glslify on the client, minimising the amount of requests to glslify-deps
glslify-promise(latest: 1.0.2) A Promise wrapper for glslify, providing a consistent interface between both Node.js and browserify
glsl-token-function-shaker(latest: 1.0.0) Shakes out any unused functions from your GLSL shaders. Especially useful alongside tools such as [glslify](https://github.com/stackgl/glslify).
weact(latest: 0.0.1) React like library for wechat App.
glsl-token-assignments(latest: 2.0.2) Take an array of GLSL tokens and determine which tokens are either assignments or variable declarations.
glslify-hex(latest: 2.1.1) A transform stream for [glslify](http://github.com/chrisdickinson/glslify) that replaces CSS-style hexadecimal colors with `vec3/vec4` definitions.