WebGL Tutorial with Powerpoint Slides
See slides.pptx for the slides.
Clone this repository and run the following commands to start a Web server:
$ cd webgl
$ python -m SimpleHTTPServer
Point a Web browser to http://localhost:8000/ to see the low-level WebGL and three_js examples.
The original sources of these tutorials are:
- WebGL tutorial by Giles Thomas, from http://learningwebgl.com/
- Three.js WebGL tutorial by Johannes Raida, from http://www.johannes-raida.de/tutorials.htm