25
Published Tools
0
Total Stars
0
Weekly Downloads
217
GitHub Followers
60
Public Repos
Published Tools
25 Skillsacross 3 categoriesgl-mat4
rreusser
gl-matrix's mat4, split into smaller pieces
glslify-deps
rreusser
Walk the dependency graph of a glslify shader.
gl-audio-analyser
mattdesl
Pull audio waveform/frequency data into WebGL for realtime audio visualisation!
gl-buffer
mikolalysenko
WebGL buffer wrapper
gl-fbo
mikolalysenko
Frame buffer object wrapper for WebGL
gl-texture2d
mikolalysenko
WebGL texture wrapper
gl-vao
hughsk
Vertex array object wrapper/shim for WebGL
gl-vec2
rreusser
gl-matrix's vec2, split into smaller pieces
glsl-hash-blur
mattdesl
a blur effect based on random hash offset
glsl-inverse
mikolalysenko
Invert a matrix in GLSL
glsl-parser
dfcreative
transform streamed glsl tokens into an ast
glsl-shader-name
hughsk
Extract a shader's name from its source
glsl-specular-beckmann
mikolalysenko
Beckmann specular distribution for GLSL
glsl-specular-cook-torrance
mikolalysenko
Cook-Torrance specular/fresnel lighting term
glsl-token-assignments
hughsk
Take an array of GLSL tokens and determine which tokens are either assignments or variable declarations.
glsl-token-defines
hughsk
Retrieve the values defined with preprocessor statements in a selection of GLSL tokens
glsl-token-depth
hughsk
Determine the scope depth of an array of GLSL tokens
glsl-token-descope
hughsk
"Descope" an array of GLSL tokens such that they can be safely inlined alongside within another shader without causing any global variable conflicts.
...moreglsl-token-functions
hughsk
Extract function definitions from an array of GLSL tokens.
glsl-token-properties
hughsk
Takes an array of GLSL tokens and determines whether or not they're a property of another identifier
glsl-token-scope
hughsk
Infer the scope of each token in an array of GLSL tokens
glsl-token-string
hughsk
Converts an array of GLSL tokens to a plain source string
glslify-bundle
hughsk
Bundle a glslify-deps dependency tree into a GLSL source string
glslify
archmoj
A node.js-style module system for GLSL!
gl
dhritzkiv
Creates a WebGL context without a window