r/webgl
› WebGL (Web Graphics Library): a JavaScript API for rendering interactive 3D graphics in compatible browsers without the use of plug-ins. WebGL programs consist of code written in JavaScript and shader code executed on a computer's [Graphics Processing Unit](https://en.wikipedia.org/wiki/Graphics_processing_unit) (GPU). WebGL is designed and maintained by the non-profit [Khronos Group](https://khronos.org/). Check if your browser supports WebGL: * [webgl.org](https://get.webgl.org/) ***** **Khronos Resources** * [Khronos: WebGL Home](https://www.khronos.org/webgl/) * [Khronos: WebGL 1.0 Specification](https://www.khronos.org/registry/webgl/specs/1.0/ "All about the immediate mode 3D rendering API") * [Khronos: WebGL Wiki](https://www.khronos.org/webgl/wiki/Main_Page "resources that will help you learn about WebGL") * [Khronos: WebGL Wiki User Contributions](https://www.khronos.org/webgl/wiki/User_Contributions) * [Khronos: WebGL Reference Card](https://www.khronos.org/files/webgl/webgl-reference-card-1_0.pdf "PDF file of four densely packed pages") * [Khronos: WebGL Forum](https://community.khronos.org/c/other-standards/webgl/17 "For script writers and end-users") * [Khronos: WebGL Mailing List](https://www.khronos.org/webgl/public-mailing-list "Very active list for low-level developers...") * [Khronos: Help test the drivers](https://www.khronos.org/webgl/wiki/CrowdsourcingDriverTesting) ***** **Learn About WebGL** * [Wikipedia: WebGL](https://en.wikipedia.org/wiki/WebGL) * [Google: Chrome Experiments](https://www.chromeexperiments.com/webgl) * [Mozilla Developers Network: WebGL](https://developer.mozilla.org/en-US/docs/Web/API/WebGL_API) * [Opera: Introduction to WebGL](https://dev.opera.com/articles/view/an-introduction-to-webgl/) * [WebGL Fundamentals] (https://webglfundamentals.org/) ***** **Be Informed About WebGL** * [Google Groups: WebGL Dev](https://groups.google.com/forum/#!forum/webgl-dev-list) ***** **Meet WebGL Developers** * [WebGL Developers Meetup](https://www.meetup.com/WebGL-Developers-Meetup) ***** **Game with WebGL** * [Playwebgl.com](http://playwebgl.com) * [Building the WebGL Game Series](https://github.com/toji/building-the-game) * [Doom3, Quake3 demos](https://blog.tojicode.com/p/demos.html) ***** **Code in the Cloud with WebGL** * [WebGL Playground](http://webglplayground.net/) * [jsFiddle](http://jsfiddle.net/theo/VsWb9/) **Related Subreddits** * [/r/GameDev](https://www.reddit.com/r/gamedev/) * [/r/HTML5](https://reddit.com/r/html5) * [/r/JavaScript](https://reddit.com/r/javascript) * [/r/OpenGL](https://reddit.com/r/opengl) * [/r/WebVR](https://reddit.com/r/WebVR/) * [/r/ThreeJS](https://reddit.com/r/ThreeJS/)