Skip to content
EntityQ375913· pop 31· linked from 555 articles

Also known as Web Graphics Library

WebGL (short for Web Graphics Library) is a JavaScript API for rendering interactive 2D and 3D graphics within any compatible web browser without the use of plug-ins. WebGL is fully integrated with other web standards, allowing GPU-accelerated usage of physics, image processing, and effects in the HTML canvas. WebGL elements can be mixed with other HTML elements and composited with other parts of the page or page background.

Key facts

Software.name
WebGL
Software.title
WebGL
Software.logo
WebGL Logo.svg
Software.logo size
x64px
Software.caption
Screenshot from a WebGL-based application running in Google Chrome
Software.author
Mozilla Foundation
Software.developer
Khronos WebGL Working Group
Software.latest_release_version
2.1
Software.platform
Cross-platform
Software.genre
API

via Wikipedia infobox

Described at

Making sure you're not a bot!

http://www.wikidata.org/entity/Q375913

marketplace.sshopencloud.eu

Link to a page describing this subject · 1,340 chars · not written by Vinony

Wikidata facts

Official website
www.khronos.org/webgl
Show 9 more facts
official demo URL
get.webgl.org
software version identifier
2.0
Commons category
WebGL
name in kana
ウェブジーエル
inception
2011-03-03
Sources (3)

via Wikidata · CC0

~10 min read

Article

15 sections
Contents
  • Design
  • History
  • Implementations
  • Almost Native Graphics Layer Engine
  • Software
  • Desktop browsers
  • Mobile browsers
  • Tools and ecosystem
  • Utilities
  • Games
  • Content creation
  • Environment-based tools
  • See also
  • References
  • External links

WebGL (short for Web Graphics Library) is a JavaScript API for rendering interactive 2D and 3D graphics within any compatible web browser without the use of plug-ins. WebGL is fully integrated with other web standards, allowing GPU-accelerated usage of physics, image processing, and effects in the HTML canvas. WebGL elements can be mixed with other HTML elements and composited with other parts of the page or page background.

WebGL programs consist of control code written in JavaScript, and shader code written in OpenGL ES Shading Language (GLSL ES, sometimes referred to as ESSL), a language similar to C or C++. WebGL code is executed on a computer's GPU.

Connections

Categories