Main Page/cms/homepage

From WebGL Public Wiki
Revision as of 23:15, 9 December 2009 by Arun (talk | contribs) (Created page with 'WebGL is a cross-platform, royalty-free web standard for a low-level 3D graphics API based on OpenGL ES 2.0, exposed through the [http://dev.w3.org/html5/spec/Overview.html HTML5…')
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

WebGL is a cross-platform, royalty-free web standard for a low-level 3D graphics API based on OpenGL ES 2.0, exposed through the HTML5 Canvas element as Document Object Model interfaces. Developers familiar with OpenGL ES 2.0 will recognize WebGL as a Shader-based API using GL SL ES, with constructs that are semantically similar to those of the underlying OpenGL ES 2.0 API. It stays very close to the OpenGL ES 2.0 specification, with some concessions made for what developers expect out of memory-managed languages such as JavaScript.

WebGL brings plugin-free 3D to the web, implemented right into the browser. Major browser vendors Google (Chrome), Mozilla (Firefox), Opera (Opera) and Apple (Safari) are members of the WebGL Working Group.