https://github.com/fares-soliman/graphicsdemos
Multiple demo programs exploring the basics of computer graphics
https://github.com/fares-soliman/graphicsdemos
Last synced: 3 months ago
JSON representation
Multiple demo programs exploring the basics of computer graphics
- Host: GitHub
- URL: https://github.com/fares-soliman/graphicsdemos
- Owner: fares-soliman
- Created: 2022-12-24T14:07:31.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-12-24T15:12:46.000Z (over 2 years ago)
- Last Synced: 2025-03-09T15:31:00.620Z (3 months ago)
- Language: C++
- Size: 72.8 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# GraphicsDemos
Multiple demo programs exploring the basics of computer graphics (Completed via CSC317 offered at UofT. Assignment READMEs are included)## Rasterization
![]()
![]()
## Ray Casting
![]()
## Ray Tracing
![]()
![]()
## Meshes
![]()
![]()
## Bounding Volumes
![]()
![]()
## Shader Pipeline
![]()
![]()
![]()
## Kinematics
![]()
![]()
![]()
## Mass Spring Systems
![]()
![]()