- WebGL brings 3D graphics to the HTML5 platform
- Plugin free: never lose a user because they are afraid to download and install something from the web
- Based on OpenGL ES 2.0: same for desktops, laptops, mobile devices, etc
- Secure: ensure no out of bounds or uninitialized memory accesses
- WebGL is an alternative rendering context for the HTML5 Canvas element
- WebGL = Javascript + Shaders
- Shaders - small programs that execute on the GPU - determine position of each triangle and color of each pixel