- What is WebGL (OpenGL/ES)
- GLSL vs. HLSL vs. Cg
absolute minimum WebGL program
2011 GLSL https://pages.graphics.cs.wisc.edu/679-11/2011/10/10/lecture-10-10-11-shaders-and-shading/ (basically this outline)
- mainly links to first and second
https://pages.graphics.cs.wisc.edu/679-11/2011/10/06/webgl-getting-started/ - new first
- first http://graphics.cs.wisc.edu/Courses/Games11/WebGLTest/first.htm
- second http://graphics.cs.wisc.edu/Courses/Games11/WebGLTest/second.html
GLSL Notes (starts with language, moves to Anti-Aliased Stripe, fancier shading)
http://graphics.cs.wisc.edu/Courses/559-f2010/wiki/pub/Notes/11-22-GLSL.pdf
Notes from old 559 lectures:
http://graphics.cs.wisc.edu/Courses/559-f2010/wiki/pub/Notes/11-17-pipeline.pdf
http://graphics.cs.wisc.edu/Courses/559-f2010/wiki/pub/Notes/11-19-Programming.pdf