https://github.com/vishalgattani/computer-graphics
https://github.com/vishalgattani/computer-graphics
cpp opengl opengl3
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/vishalgattani/computer-graphics
- Owner: vishalgattani
- Created: 2019-03-11T06:42:59.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2019-05-11T19:13:25.000Z (about 7 years ago)
- Last Synced: 2025-03-06T18:33:18.399Z (over 1 year ago)
- Topics: cpp, opengl, opengl3
- Language: C
- Size: 39.9 MB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Computer-Graphics
All assignments are implemented using Opengl 3 or higher.
### [Assignment 1: A 2D graphical application for rendering a touch-screen calculator](https://github.com/vishalgattani/Computer-Graphics/tree/master/2D%20Rendering)
### [Assignment 2: 3D Rendering Using MVC Architecture](https://github.com/vishalgattani/Computer-Graphics/tree/master/3D%20Rendering%20(MVC))
### [Assignment 3: A scene with multiple textured models and with multiple light sources](https://github.com/vishalgattani/Computer-Graphics/tree/master/Scene%20-%20Lights%20and%20Textures)
### [Assignment 4(a): Scene Graph - Single Light Source](https://github.com/vishalgattani/Computer-Graphics/tree/master/Scene%20Graph%20-%20Single%20Light%20Source)
### [Assignment 4(b): Scene Graph - Multiple Light Sources](https://github.com/vishalgattani/Computer-Graphics/tree/master/Scene%20Graph%20-%20Multiple%20Light%20Sources)