CS 300

Logo

Computer Graphics
Fall 2021

External Links

Textbook Example Repository

This is the github repository for the textbook author's code examples.


Fundamentals of Computer Graphics, 3rd Edition by Peter Shirley, Michael Ashikhmin and Steve Marschner (Free on O'Reilly)

A book more focused on the mathematical expression of concepts in computer graphics agnostic to any API.


WebGL Programming Guide: Interactive 3D Graphics Programming with WebGL by Peter Shirley, Michael Ashikhmin and Steve Marschner (Free on O'Reilly)

A book more focused on learning WebGL programming for web developers.


Mozilla Developer Network WebGL Reference and Tutorials

Mozilla's website documentation for WebGL including the full 2.0 API and tutorials.


https://webglfundamentals.org/

A website dedicated to learning the basics of WebGL with tutorials and examples.