Grow your team on GitHub
GitHub is home to over 50 million developers working together. Join them to grow your own development teams, manage permissions, and collaborate on projects.
Sign upPinned repositories
Repositories
-
-
packages
📦 A list of packages that fall under the stack.gl umbrella -
glsl-parser
transform streamed glsl tokens into an ast
-
gl-mat2
gl-matrix's mat2, split into smaller pieces
-
gl-vec3
gl-matrix's vec3, split into smaller pieces
-
gl-geometry
A flexible wrapper for gl-vao and gl-buffer that you can use to set up renderable WebGL geometries from a variety of different formats.
-
glsl-min-stream
through stream that transforms glsl-parser AST nodes and rewrites variables into shorter forms
-
glsl-transpiler
Transpile GLSL to JS
-
gl-shader
🎁 WebGL shader wrapper -
gl-vao
Vertex array object wrapper for WebGL
-
gl-vec2
gl-matrix's vec2, split into smaller pieces
-
gl-mat3
gl-matrix's mat3, split into smaller pieces
-
gl-magic-uniforms
🎩 Create a magic getter/setter object for a given WebGLProgram's uniforms. -
webgl-workshop
🎓 The sequel to shader-school: Learn the WebGL API -
gl-mat4
gl-matrix's mat4, split into smaller pieces
-
shader-school
🎓 A workshopper for GLSL shaders and graphics programming -
gl-vec4
gl-matrix's vec4, split into smaller pieces
-
gl-clear
A helper WebGL module for clearing the current buffer
-
gl-fbo
WebGL framebuffer wrapper
-
gl-texture2d
WebGL texture wrapper
-
-
gl-mesh
Draws static indexed geometry in WebGL
-
gl-shader-core
Core implementation of gl-shader without parser dependencies
-
gl-audio-analyser
Pull audio waveform/frequency data into WebGL for realtime audio visualisation
-
gl-texture2d-read-float
Read out the contents of a floating-point gl-texture2d
-
stackgl-readme-css
Reusable CSS for styling README/Markdown content consistently.
-
gl-toy
🔮 Quickly create WebGL demos using glslify -
learning-webgl-01
Learning WebGL Lesson 1 converted from vanilla WebGL to use stack.gl.
-
learning-webgl-02
Learning WebGL Lesson 2 converted from vanilla WebGL to use stack.gl.