Showing 1-20 of 66 packages
Converts an array of GLSL tokens to a plain source string
Bundle a glslify-deps dependency tree into a GLSL source string
injects a #define statement into a shader source
A node.js-style module system for GLSL!
Determine the scope depth of an array of GLSL tokens
"Descope" an array of GLSL tokens such that they can be safely inlined alongside within another shader without causing any global variable conflicts.
Infer the scope of each token in an array of GLSL tokens
Take an array of GLSL tokens and determine which tokens are either assignments or variable declarations.
Takes an array of GLSL tokens and determines whether or not they're a property of another identifier
Trim the whitespace within an array of GLSL tokens
Retrieve the values defined with preprocessor statements in a selection of GLSL tokens
creates the indices for a quad (two triangles)
Extract a shader's name from its source
glslify loader module for webpack
gl-matrix's vec4, split into smaller pieces
gl-matrix's quaternion, split into smaller pieces
natural looking film grain using noise functions
blend mode 'overlay' for GLSL
Extract function definitions from an array of GLSL tokens.
Determine the point of intersection between a ray and axis-aligned bounding box (AABB)