A transform stream for glslify that adds an `import` directive to your shaders.
published version 3.1.0, 7 years agoBundle a glslify-deps dependency tree into a GLSL source string
published version 5.1.1, 6 years agoA transform stream for [glslify](http://github.com/chrisdickinson/glslify) that replaces CSS-style hexadecimal colors with `vec3/vec4` definitions.
published version 2.1.1, 8 years agoComputes the Frobenius norm of a matrix in glsl
published version 1.0.0, 10 years agoComputes the determinant of a matrix in glsl
published version 1.0.0, 10 years agoPhong specular distribution in GLSL
published version 1.0.0, 10 years agoGaussian specular model for GLSL
published version 1.0.0, 10 years agoLambertian diffuse lighting for GLSL
published version 1.0.0, 10 years agoOren-Nayar diffuse lighting model
published version 1.0.2, 10 years agoCook-Torrance specular/fresnel lighting term
published version 2.0.1, 10 years agoBeckmann specular distribution for GLSL
published version 1.1.2, 10 years agoRobert Penner's easing functions in GLSL, available as a module for glslify.
published version 1.0.0, 10 years agoConverts an array of GLSL tokens to a plain source string
published version 1.0.1, 10 years agoDetermine the scope depth of an array of GLSL tokens
published version 1.1.2, 10 years agoTakes an array of GLSL tokens and determines whether or not they're a property of another identifier
published version 1.0.1, 10 years agoInfer the scope of each token in an array of GLSL tokens
published version 1.1.2, 9 years agoTake an array of GLSL tokens and determine which tokens are either assignments or variable declarations.
published version 2.0.2, 8 years ago"Descope" an array of GLSL tokens such that they can be safely inlined alongside within another shader without causing any global variable conflicts.
published version 1.0.2, 10 years ago