Learning WebGL from Coursera, University of New Mexico course
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/
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/