fixed naming and updated README

This commit is contained in:
K 2023-11-05 20:54:28 +05:30
parent 61709194cf
commit 77251af9e1
Signed by: notkshitij
GPG Key ID: C5B8BC7530F8F43F
3 changed files with 7 additions and 5 deletions

View File

@ -7,6 +7,7 @@ This repository contains notes and codes for **Computer Graphics.**
## Index ## Index
### Lab Notes CGL ### Lab Notes CGL
1. [Koch and Snowflake Algorithms](https://git.kska.io/sppu-se-comp-codes/CG/src/branch/main/CGL_Koch%20and%20Snowflake%20Curves.pdf) 1. [Koch and Snowflake Algorithms](https://git.kska.io/sppu-se-comp-codes/CG/src/branch/main/CGL_Koch%20and%20Snowflake%20Curves.pdf)
### Codes ### Codes
#### Digital Differential Analyzer (DDA) #### Digital Differential Analyzer (DDA)
> Digital Differential Analyzer (DDA) is a line-drawing algorithm for digital displays, using incremental calculations to plot points between endpoints. > Digital Differential Analyzer (DDA) is a line-drawing algorithm for digital displays, using incremental calculations to plot points between endpoints.
@ -16,12 +17,10 @@ This repository contains notes and codes for **Computer Graphics.**
3. [Circle](https://git.kska.io/sppu-se-comp-codes/CG/src/branch/main/DDA-circle.cpp) 3. [Circle](https://git.kska.io/sppu-se-comp-codes/CG/src/branch/main/DDA-circle.cpp)
#### Cohen-Sutherland #### Cohen-Sutherland
1. [Cohen-Sutherland (Using Inbuilt Function)](https://git.kska.io/sppu-se-comp-codes/CG/src/branch/main/CohenSutherland.cpp) 1. [Cohen-Sutherland (Using Inbuilt Function)](https://git.kska.io/sppu-se-comp-codes/CG/src/branch/main/CohenSutherland.cpp)
2. [Cohen-Sutherland (Using DDA Line Drawing Algorithm)](https://git.kska.io/sppu-se-comp-codes/CG/src/branch/main/CohenSutherland%28UsingDDA%29.cpp) 2. [Cohen-Sutherland (Using DDA Line Drawing Algorithm)](https://git.kska.io/sppu-se-comp-codes/CG/src/branch/main/CohenSutherland%28UsingDDA%29.cpp)
#### Curves #### Curves
1. [Hilbert's Curve](https://git.kska.io/sppu-se-comp-codes/CG/src/branch/main/HilbertCurve.cpp) 1. [Hilbert's Curve](https://git.kska.io/sppu-se-comp-codes/CG/src/branch/main/HilbertCurve.cpp)
### Notes ### Notes
@ -35,8 +34,11 @@ This repository contains notes and codes for **Computer Graphics.**
2. [END-SEM](https://git.kska.io/sppu-se-comp-codes/CG/src/branch/main/question-papers/END-SEM) 2. [END-SEM](https://git.kska.io/sppu-se-comp-codes/CG/src/branch/main/question-papers/END-SEM)
### [Lab Manual](https://git.kska.io/sppu-se-comp-codes/CG/src/branch/main/lab-manual/CGL%20Lab%20Manual.pdf) ### [Lab Manual](https://git.kska.io/sppu-se-comp-codes/CG/src/branch/main/lab-manual/CGL%20Lab%20Manual.pdf)
--- ---
Maintained by [notkshitij](https://git.kska.io/notkshitij) and [TanmaySpamzzz](https://git.kska.io/TanmaySpamzzz) Maintained by:
Contributor: [Kalaskar_admin03](https://git.kska.io/Kalaskar_admin03/) - [notkshitij](https://git.kska.io/notkshitij)
Legendary Contributer: [shh_itsourlittlesecret](https://git.kska.io/shh_itsourlittlesecret) - [TanmaySpamzzz](https://git.kska.io/TanmaySpamzzz)
- [shh_itsourlittlesecret](https://git.kska.io/shh_itsourlittlesecret)
- [Kalaskar_admin03](https://git.kska.io/Kalaskar_admin03/)