Maximum Enjoyment!
- See lots of examples to reinforce concepts
- Learn how to modify code to change applications
We’ll use WebGL as our
graphics API today
- Simplest environment for learning
- fastest way to write graphics applications
- Virtually no development setup required
- need a Web browser and a text editor
- some features do require a web server
- we use
python -m http.server
- it comes installed in almost every operating system
!(Images/01/WebGL.png)