116 packages
cga
Computational Geometry Algorithms in Javascript!
gaf
A Minimal WebGL Application Framework
gl
Creates a WebGL context without a window
gl-api
A JSON listing of the WebGL 1.0 API
gl-audio-analyser
Pull audio waveform/frequency data into WebGL for realtime audio visualisation!
gl-buffer
WebGL buffer wrapper
gl-buffer-snoop
Intercepts uploads to WebGL buffers in order to keep track of their expected value on the GPU.
gl-clear
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).
gl-compare
Visually compare two webgl render loops on the fly
gl-conformance
Khronos WebGL conformance test suite
gl-fbo
Frame buffer object wrapper for WebGL
gl-flags
Easily change and access your WebGL flags set by gl.enable/gl.disable with minimised overhead
gl-mat2
gl-matrix's mat2, split into smaller pieces
gl-mat3
gl-matrix's mat3, split into smaller pieces
gl-mat4
gl-matrix's mat4, split into smaller pieces
gl-now
Create a WebGL context now!
gl-particles
Convenience module for FBO-driven particle simulations
gl-post
Simple WebGL post-processing
gl-reset
Completely reset the state of a WebGL context, deleting any allocated resources
gl-shader
WebGL shader wrapper
gl-shader-core
Core implementation of gl-shader without parser dependencies
gl-shader-errors
"Parses" the log output of gl.getShaderInfoLog
glsl-aastep
anti-alias smoothstep utility function
glsl-camera-ray
Generates a ray for Shadertoy-style raycasting in GLSL
glsl-cartesian-to-barycentric
glslify module to convert cartesian to barycentric coordinates