These examples are taken from and explained on https://developer.mozilla.org/en-US/docs/Web/API/WebGL_API/Tutorial
| Example | MDN Tutorial Page | 
| 01_basic.html | Setting up WebGL and drawing a 2D shape | 
| 02_color.html | Adding color to the shape | 
| 03_animate.html | Animating the shape | 
| 04_cube3d.html | Creating a 3D object | 
| 05_texture.html | Adding Textures | 
| 06_lighting.html | Lighting | 
| 07_video.html | Video texture | 
| 08_combined.html | Everything combined in one program |