Skip to content

Latest commit

 

History

History
25 lines (20 loc) · 913 Bytes

README.md

File metadata and controls

25 lines (20 loc) · 913 Bytes

Penn State's CMPSC 458: Fundamentals of Computer Graphics course (Fall 2024)

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
│   │   ├── ...

Tutorials

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.