From 56db44aa01a49fbc7c5a937e089ffa5fcf160176 Mon Sep 17 00:00:00 2001 From: Kshitij Date: Fri, 29 Sep 2023 12:36:35 +0530 Subject: [PATCH] Added link for index in README file --- README.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/README.md b/README.md index acc0c70..2571a9a 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,18 @@ # CG +This repository contains notes and codes for **Computer Graphics.** + +--- + +## Index + +### Notes +1. [Unit 1 - Graphics Primitives and Scan Conversion Algorithms](https://git.kska.io/sppu-se-comp-codes/CG/src/branch/main/notes/Unit%201) +2. [Unit 2 - Polygon, Windowing and Clipping](https://git.kska.io/sppu-se-comp-codes/CG/src/branch/main/notes/Unit%202) + +### Codes +> _None added for now._ + +--- + +Maintained by [notkshitij](https://git.kska.io/notkshitij) and [TanmaySpamzzz](https://git.kska.io/TanmaySpamzzz)