https://github.com/anonto050/cse-410-computer-graphics
This repository contains assignments of computer graphics course CSE410
https://github.com/anonto050/cse-410-computer-graphics
computer-graphics opengl rasterization ray-tracing
Last synced: about 2 months ago
JSON representation
This repository contains assignments of computer graphics course CSE410
- Host: GitHub
- URL: https://github.com/anonto050/cse-410-computer-graphics
- Owner: Anonto050
- Created: 2024-01-21T18:44:27.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-08-15T14:17:47.000Z (almost 2 years ago)
- Last Synced: 2025-02-26T23:57:31.387Z (over 1 year ago)
- Topics: computer-graphics, opengl, rasterization, ray-tracing
- Language: C++
- Homepage:
- Size: 2.65 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# **CSE-410 `Computer Graphics Sessional`**
This repository contains implementations of assignments from the Computer Graphics course offered in the Department of Computer Science and Engineering at Bangladesh University of Engineering and Technology (BUET).
## **Assignments**
## **OpenGL**
**`Offline 1`**
- [Problem Statement](/Offline%201%20-%20OpenGL/Resources/CSE410_opengl%20(3).pdf)
- [Solution](/Offline%201%20-%20OpenGL)
- [Resources](/Offline%201%20-%20OpenGL/Resources)
Magic Cube
Rolling Ball
**`Online`**
- [A2 : Solution](https://github.com/Anonto050/CSE-410-Computer-Graphics/blob/main/Online%20-%20OpenGL/1905050_onlineA2.cpp)
- [A1 and B1 : Solution](https://github.com/Anonto050/CSE-410-Computer-Graphics/blob/main/Online%20-%20OpenGL/onlineA1_B1.cpp)
A2 : Merry Go Round
A1 and B1 : Wave and Circles
## **Rasterization**
**`Offline 2`**
- [Problem Statement](/Offline%202%20-%20Rasterization/Offline%202%20Specifications.pdf)
- [Solution](/Offline%202%20-%20Rasterization/Offline%202)
## **Ray Tracing**
**`Offline 3`**
- [Problem Statement](/Offline%203%20-%20Ray%20Tracing/spec)
- [Solution](/Offline%203%20-%20Ray%20Tracing/code)
---
### ***Disclaimer***
*This repository serves as an archive for the author's solutions to course assignments. The solutions are **not guaranteed to be foolproof**. The author is not responsible for **any damage** caused by the use of the solutions. While it can serve as a **reference**, it is strongly discouraged to copy the solutions for **academic dishonesty**, and the author is not responsible for any consequences of such actions.*