What is WebGL?
- It's a graphics library for the web
- lives inside a
<canvas>element - provides an API for running programs on the GPU.
- these programs consist of a pair of functions, called shaders.
- Most of the WebGL API is about setting up shaders and passing data from JavaScript to WebGL