Awesome WebGL 
This is a curated list of awesome WebGL libraries, resources and much more.
This is a curated list of awesome WebGL libraries, resources and much more.
WebGL (Web Graphics Library) is a JavaScript API for rendering interactive 3D computer graphics and 2D graphics within
any compatible web browser without the use of plug-ins. WebGL is integrated completely into all the web standards
of the browser allowing GPU accelerated usage of physics and image processing and effects as part of the web page canvas.
WebGL elements can be mixed with other HTML elements and composited with other parts of the page or page background.
WebGL programs consist of control code written in JavaScript and shader code that is executed on a computer's Graphics
Processing Unit (GPU).
All things dealing with WebGL
WebGL articles and/or blog posts (non-tutorials)
Blog series of WebGL topics
Popular books about WebGL
Reporting bugs helps everyone in long run
Online GLSL Editors
NOTE: WebGL must conform to The OpenGL ES Shading Language, Version 1.00
WebGL references
WebGL related talks
Tools for development and debugging WebGL
Online WebGL Tutorials (non-video)
WebGL Related Videos
Information about the upcoming WebGL 2 specs
Anything pertaining to WebGL in general is found in the WebGL section
WebGL 2 articles and/or blog posts (non-tutorials)
WebGL 2 references
WebGL related Videos
Information about different parts of the new and upcoming WebVR ecosystem
All items related to more developers and less on where to find WebVR content as entertainment
WebVR articles and/or blog posts (non-tutorials)
Maintained blog series of WebVR focused topics
WebVR designed platforms to experience
WebVR references
More detailed information about the different libraries can be found in the Libraries directory.
Travis CI testing automation thanks to awesome_bot!