Skip to content
This repository has been archived by the owner on Jan 10, 2023. It is now read-only.

Presentations for SIGGRAPH 2012 course "Graphics Programming on the Web" covering HTML5 technologies (Canvas, CSS, etc.), WebGL and WebCL

Notifications You must be signed in to change notification settings

KhronosGroup/siggraph2012course

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

siggraph2012course

Presentations for SIGGRAPH 2012 course "Graphics Programming on the Web" covering HTML5 technologies (Canvas, CSS, etc.), WebGL and WebCL.

Links to content

The content is available under:

http://khronosgroup.github.com/siggraph2012course/CanvasCSSAndWebGL/canvas_and_css.html http://khronosgroup.github.com/siggraph2012course/CanvasCSSAndWebGL/webgl.html http://khronosgroup.github.com/siggraph2012course/WebCL/WebCL%20Course%20Notes.pdf http://khronosgroup.github.com/siggraph2012course/WebCL/WebCL%20S12%20web.pptx

Keeping the served content up to date

Run the following commands once in your repository upon initial checkout:

git config --add remote.origin.push +refs/heads/master:refs/heads/master
git config --add remote.origin.push +refs/heads/master:refs/heads/gh-pages

Then a "git push" with the master branch checked out will also update the gh-pages branch, which is served by Github.

Thanks to http://stackoverflow.com/questions/5807459/github-mirroring-gh-pages-to-master .

About

Presentations for SIGGRAPH 2012 course "Graphics Programming on the Web" covering HTML5 technologies (Canvas, CSS, etc.), WebGL and WebCL

Resources

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published