WebGL

我们的志愿者还没有将这篇文章翻译为 中文 (简体)加入我们帮助完成翻译!
您也可以阅读此文章的English (US)版。

WebGL (Web Graphics Library) is a JavaScript API that draws interactive 2D and 3D graphics.

The Khronos Group maintains WebGL, which is based on OpenGL ES 2.0.

You can invoke WebGL within the HTML <canvas> element, which provides a rendering surface.

All major browsers now support WebGL, but its availability depends also on external factors (e.g. GPU support).

Learn more

General knowledge

Technical Article

文档标签和贡献者