Term of the Moment

cell tower


Look Up Another Term


Definition: WebGL


(WEB Graphics Library) A graphics programming interface (API) for Web applications from the Khronos Group. Introduced in 2011 and based on OpenGL, WebGL is supported by all major Web browsers. JavaScript applications employ WebGL to render 3D graphics and take advantage of the GPU in the device. Additional JavaScript libraries are commonly used with WebGL to take the drudgery out of 3D graphics programming. See OpenGL.