From d55e0872b5517c297e422077cbeb17a9d25ed50a Mon Sep 17 00:00:00 2001 From: TanmayMachkar Date: Wed, 22 Nov 2023 23:10:39 +0530 Subject: [PATCH] readme updated --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 819be88..64ad057 100644 --- a/README.md +++ b/README.md @@ -8,6 +8,9 @@ This repository contains notes and codes for **Computer Graphics.** ### 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) +### [Lab Manual](https://git.kska.io/sppu-se-comp-codes/CG/src/branch/main/lab-manual/CGL%20Lab%20Manual.pdf) + - [Assignment Solutions 1-7 (ALL)](https://git.kska.io/sppu-se-comp-codes/CG/src/branch/main/assignments/CGL%20Assignments%20%281-7%29.pdf) + ### Codes #### Digital Differential Analyzer (DDA) > Digital Differential Analyzer (DDA) is a line-drawing algorithm for digital displays, using incremental calculations to plot points between endpoints. @@ -33,8 +36,6 @@ This repository contains notes and codes for **Computer Graphics.** 1. [IN-SEM](https://git.kska.io/sppu-se-comp-codes/CG/src/branch/main/question-papers/IN-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) - --- Maintained by: