Skip to content

Instantly share code, notes, and snippets.

@mikolalysenko
Created September 8, 2014 16:03
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mikolalysenko/0fdc7eef115c010088ad to your computer and use it in GitHub Desktop.
Save mikolalysenko/0fdc7eef115c010088ad to your computer and use it in GitHub Desktop.
Copy for stackgl

stackgl is an open software ecosystem for WebGL, built on top of browserify and npm. Inspired by the Unix philosophy, stackgl modules "do one thing, and do it well". It is easy to use parts of stackgl à la carte, and because it is written from the bottom up, you can always drill down a layer. Unlike many 3D engines, stackgl emphasizes writing shader code, and provides powerful tools like glslify which bring the modularity and power of npm to GLSL!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment