WebGL Wiki
Advertisement


Welcome to WebGL Wiki!

Welcome to WebGL Wiki! Here you will find documentation, examples, tutorials and other resources that will help you learn about WebGL.


Join the community

Please, help creating new pages! Currently, we are documenting methods like viewport, enable, disable, clear, clearColor, clearDepth, and clearStencil as well as constants like COLOR_BUFFER_BIT, DEPTH_BUFFER_BIT, STENCIL_BUFFER_BIT, and SCISSOR_TEST.


About WebGL

"WebGL (Web-based Graphics Library) is a software library that extends the capability of the JavaScript programming language to allow it to generate interactive 3D graphics within any compatible web browser.

WebGL is a context of the canvas HTML element that provides a 3D computer graphics API without the use of plug-ins. The specification was released as version 1.0 on March 3, 2011. WebGL is managed by the non-profit Khronos Group."

Read more about WebGL at Wikipedia.

WebGL is implemented in Mozilla Firefox 4.0+, Google Chrome 9.0+, Apple Safari 6.0+ and Opera 11.1+. It is also implemented in the PR1.2 firmware update for the Nokia N900.

Advertisement