Skip to content

keatonkraiger/CMPSC458_F24

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

Repos for CMPSC 458 Fall 20204

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published