From 6eb642606cc183b7c9bdab7d8f7013ac22199eb2 Mon Sep 17 00:00:00 2001 From: K Samarth N Kamath Date: Sat, 18 Apr 2020 23:22:09 +0530 Subject: [PATCH] Update README.txt --- README.txt | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/README.txt b/README.txt index ab8d7f2..fed74f5 100644 --- a/README.txt +++ b/README.txt @@ -1 +1,5 @@ -These following codes are just basic programs which use OpenGL functions to implement basic shapes and ploygons \ No newline at end of file +#Computer-graphics + +This repository consists of Basic programs is built to implement basic shapes and polygons using OpenGL. + +Open Graphics Library(OpenGL) is a cross-language, cross-platform application programming interface for rendering 2D and 3D vector graphics. The API is typically used to interact with a graphics processing unit, to achieve hardware-accelerated rendering.