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.
- Host: GitHub
- URL: https://github.com/timostrating/edx-ucsandiegox-cse167x
- Owner: timostrating
- Created: 2018-04-13T10:14:59.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2018-04-20T21:58:41.000Z (about 7 years ago)
- Last Synced: 2025-01-04T21:31:44.988Z (5 months ago)
- Topics: edx-course
- Language: C
- Homepage: https://www.edx.org/course/computer-graphics-uc-san-diegox-cse167x-3
- Size: 82.7 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# edx-UCSanDiegoX-CSE167x
This is my code for a Computer Graphics course on edx. link## Course Handouts
- Wikipedia Article on Rotation Matrix
- Wikipedia Article on 3D Rotation and Derivation
- Linear Algebra handout (at Brown)
- GLSL Types
- OpenGL Reference Card
- Vector and Matrix Operations
- GLM Documentation
- OpenGL Example Code (mytest), Windows
- Free OpenGL and Math Tutorials
- Hints on Raytracer Design
- Raytracer Implementation
- OpenGL Example Code (mytest), Linux
- OpenGL Example Code (mytest), Windows