An open API service indexing awesome lists of open source software.

https://github.com/timostrating/edx-ucsandiegox-cse167x

This is my code for a Computer Graphics course on edx.
https://github.com/timostrating/edx-ucsandiegox-cse167x

edx-course

Last synced: 3 months ago
JSON representation

This is my code for a Computer Graphics course on edx.

Awesome Lists containing this project

README

        

# edx-UCSanDiegoX-CSE167x
This is my code for a Computer Graphics course on edx. link

## Course Handouts


  1. Wikipedia Article on Rotation Matrix

  2. Wikipedia Article on 3D Rotation and Derivation

  3. Linear Algebra handout (at Brown)

  4. GLSL Types

  5. OpenGL Reference Card

  6. Vector and Matrix Operations

  7. GLM Documentation

  8. OpenGL Example Code (mytest), Windows

  9. Free OpenGL and Math Tutorials

  10. Hints on Raytracer Design

  11. Raytracer Implementation

  12. OpenGL Example Code (mytest), Linux

  13. OpenGL Example Code (mytest), Windows