Monday, November 9, 2009

WebGL

WebGL is a standard specification currently being developed to display 3D graphics on web browsers. It enables hardware-accelerated rich 3D graphics in web pages without the need for special browser plug-ins, on any platform supporting OpenGL or OpenGL ES.

WebGL, is the evolution of work that Mozilla started a few years ago with experiments called Canvas 3D , essentially a way of accessing OpenGL from within the browser, through the HTML5 canvas tag.

Firefox Nightly Builds are avaialble here

No comments:

Post a Comment