Pinned Repositories
gl-mat4
gl-matrix's mat4, split into smaller pieces
gl-shader
🎁 WebGL shader wrapper
glsl-lighting-walkthrough
:bulb: phong shading tutorial with glslify
glsl-parser
transform streamed glsl tokens into an ast
glsl-transpiler
Transpile GLSL to JS
headless-gl
🎃 Windowless WebGL for node.js
packages
:package: A list of packages that fall under the stack.gl umbrella
shader-school
:mortar_board: A workshopper for GLSL shaders and graphics programming
stackgl.github.io
:computer:
webgl-workshop
:mortar_board: The sequel to shader-school: Learn the WebGL API
stackgl's Repositories
stackgl/glsl-lighting-walkthrough
:bulb: phong shading tutorial with glslify
stackgl/gl-now
Create a WebGL context now!
stackgl/gl-particles
:sparkles: Convenience module for FBO-driven particle simulations.
stackgl/bunny-walkthrough
Draws a 3D bunny to the screen using stack.gl
stackgl/glslbin
:crystal_ball:
stackgl/learning-webgl-01
Learning WebGL Lesson 1 converted from vanilla WebGL to use stack.gl.
stackgl/snowden
3D mesh of Snowden's Bust.
stackgl/gl-buffer
WebGL buffer wrapper
stackgl/ray-aabb-intersection
Determine the point of intersection between a ray and axis-aligned bounding box (AABB)
stackgl/gl-reset
Completely reset the state of a WebGL context, deleting any allocated resources
stackgl/glsl-extract
extract uniforms and attributes from glsl programs
stackgl/gl-state
Saves WebGL context state
stackgl/webglew
WebGL Extension Wrangler
stackgl/contributing
Contribution guidelines for stackgl projects
stackgl/gl-post
Simple WebGL post-processing using some pieces from stack.gl
stackgl/glslify-api
An API and accompanying client for generating glslify shaders in the browser
stackgl/lookat-camera
Simple "lookat" camera abstraction built on top of gl-matrix
stackgl/stackgl-generator
Spits out fresh stackgl modules for your convenience
stackgl/gl-modules.github.io
modules.gl website
stackgl/gl-quat
gl-matrix's quaternion, split into smaller pieces
stackgl/gl-texture2d-pip
:black_square_button: Preview the contents of a set of gl-texture instances alongside your main render pass.
stackgl/gl-compare
Visually compare two webgl render loops on the fly
stackgl/gl-api
A JSON listing of the WebGL 1.0 API
stackgl/learning-webgl-02
Learning WebGL Lesson 2 converted from vanilla WebGL to use stack.gl.
stackgl/learning-webgl-03
Learning WebGL Lesson 3 converted from vanilla WebGL to use stack.gl.
stackgl/gl-buffer-snoop
Intercepts uploads to WebGL buffers in order to keep track of their expected value on the GPU.
stackgl/gl-flags
Easily change and access your WebGL flags set by gl.enable/gl.disable with minimised overhead.
stackgl/gl-shader-errors
"Parses" the log output of `gl.getShaderInfoLog`
stackgl/gl-modules-workshopper
workshopper for the js side of glsl.
stackgl/discussions