https://github.com/ravi-prakash1907/computer-graphics
Introduction to the important algorithms og Computer Graphics
https://github.com/ravi-prakash1907/computer-graphics
2d-transformations 3d-transformations bsc college computer-graphics cpp graphics practicals
Last synced: 9 months ago
JSON representation
Introduction to the important algorithms og Computer Graphics
- Host: GitHub
- URL: https://github.com/ravi-prakash1907/computer-graphics
- Owner: ravi-prakash1907
- License: gpl-3.0
- Created: 2020-01-14T14:52:36.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2021-12-30T09:50:02.000Z (over 4 years ago)
- Last Synced: 2023-03-09T05:16:16.904Z (about 3 years ago)
- Topics: 2d-transformations, 3d-transformations, bsc, college, computer-graphics, cpp, graphics, practicals
- Language: C++
- Homepage: https://ravi-prakash1907.github.io/Computer-Graphics/
- Size: 588 KB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## Computer-Graphics
This repository includes the programming implementations of various algorithms of _Computer Graphics_.These algorithms are few of the most treditional algos. used/taught in this field.
Understanding these algorithms develops one's interest into the field of Computer Graphics.
---

---
### Types of Algorithms
I've included the following types of algorithms' implementation herein this repository:
> * Line Drawing
> * Line Clipping
> * Circle Drawing
> * Curve Tracing
> * 2D & 3D Transformation
> * Scaling
> * Translating
> * Shearing
> * Reflecting
> * Rotating
I've designed the separate programs to implement these algorithms in ```C++``` language, which is well known for **OOPs**.
To explore these algorithms even further, please visit [_C++ Programms_](C%2B%2B%20Programms).
This is also repo. to hold the practicals of the same subject, as per the prescription of the syllabus of _B.Sc. (Hons.) Computer Science_, **University of Delhi**.