This repository contains codes for CMPSC 458: Fundamentals of Computer Graphics Fall 2024. The reposity structure (for now) is as follows:
.
├── Tutorials
│ ├── C++
│ │ ├── README.md
│ │ ├── Session_1
│ │ │ ├── ...
│ │ ├── Session_2
│ │ │ ├── ...
| ├── Python
│ │ ├── README.md
│ │ ├── graphics
│ │ │ ├── ...
│ │ ├── tutorial_1.py
│ │ ├── ...
The tutorials directory contains OpenGL tutorials for both C++ and Python. However, for students who would like to use Python, we recommend looking through the C++ tutorials and documentation as many of the underlying concepts are the same and will not be repeated in the Python tutorials.