coursera-webgl
coursera-webgl copied to clipboard
Interactive Computer Graphics with WebGL
Interactive Computer Graphics with WebGL
Learning WebGL from Coursera, University of New Mexico course
How to use this project
Install Node.js
Install grunt cli (Mac users add sudo)
npm install -g grunt-cli
From root of project directory
npm install
Add html and js to homework directory and test in browser.
Add a link to each homework assignment in index.html
When ready to deploy, run
grunt deploy
Your site should be available at http://{your github username}.github.io/coursera-webgl/
Reference
Common and Examples from instructor's website
wget -r -nH --cut-dirs=4 --no-parent --reject="index.html*" http://www.cs.unm.edu/~angel/COURSERA/CODE/Common/
wget -r -nH --cut-dirs=4 --no-parent --reject="index.html*" http://www.cs.unm.edu/~angel/COURSERA/CODE/EXAMPLES/
More examples here
wget -r -nH --cut-dirs=1 --no-parent --reject="index.html*" http://cs.unm.edu/~angel/WebGL/
Lecture Notes
- Week 1
- Week 2
- Week 3
- Week 4
- Week 5
- Week 6