Converts an array of GLSL tokens to a plain source string
Infer the scope of each token in 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.
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
Determine the scope depth of an array of GLSL tokens
safely inject a block of tokens into a shader
Retrieve the values defined with preprocessor statements in a selection of GLSL tokens
webgl-noise shaders ported to work with glslify
Take an array of GLSL tokens and determine which tokens are either assignments or variable declarations.
r/w stream of glsl tokens
Extract function definitions from an array of GLSL tokens.
A node.js-style module system for GLSL!
Import, inline (and minify) GLSL/WGSL shader files
A wrapper for the "resolve" module that targets GLSL shaders instead of JavaScript
glsl loader for webpack working with chunks (inspired by ShaderLoader from cabbibo)
Robert Penner's easing functions in GLSL, available as a module for glslify.
* implements render engine's interface with WebGPU/WebGL
Prettier (https://prettier.io) plugin for GLSL (OpenGL Shading Language).
transform streamed glsl tokens into an ast
Bundle a glslify-deps dependency tree into a GLSL source string
Extract a shader's name from its source
Walk the dependency graph of a glslify shader.
injects a #define statement into a shader source