gl-clear(latest: 2.0.0) A helper WebGL module for clearing the current buffer – extracted from [@mikolalysenko](http://github.com/mikolalysenko)'s [gl-now](http://github.com/mikolalysenko/gl-now).
glsl-smooth-min(latest: 1.0.0) Smooth minimum functions for GLSL
clone-packages(latest: 1.0.0) clone packages from one repo to another
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
glslify-detective(latest: 1.0.0) Find all require calls within a glslify file
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
stackgl-generator(latest: 1.0.4) Spits out fresh stackgl modules for your convenience
stackgl-readme-css(latest: 1.2.0) Reusable CSS for styling README/Markdown content consistently
provenance(latest: 1.0.1) A CLI script that takes a position in a JS file inside an npm package, and outputs a directed graph of all of the functions that call the function at that position.
git-parse-human(latest: 1.0.0) parse author and committer names from git commits
git-to-js(latest: 2.0.0) translate git raw objects into javascript objects
git-walk-refs(latest: 1.0.0) create a readable stream of git commits
git-walk-tree(latest: 1.0.0) walk a git tree represented by a git commit
gvz(latest: 1.0.1) cli tool to quickly visualize data
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).
gl-vao(latest: 1.3.0) Vertex array object wrapper/shim for WebGL
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.