Posts

Showing posts from February, 2021

Computer Graphics(Basic and how to install OpenGL/Glut)

Image
  INTRODUCTION What is Computer Graphics? Branch of Computer Science. Computer + Graphs + Pics = Computer Graphics. Drawing line, Chart, Graphs etc. on the screen using Programming language is computer Graphics. Book Definition Computer graphics is the branch of computer science that deals with generating images with the aid of computers. It displays the information in the from of graphics objects such as picture, charts, graphs and diagrams instead of simple text. We can say computer graphics makes it possible to express data in pictorial form. OpenGL It is cross-platform, cross-language API for rendering 2D and 3D Graphics(Vector Graphics).  Refer https://www.khronos.org/opengl/     GLUT          http://freeglut.sourceforge.net/docs/api.php#Introduction           https://www.opengl.org/resources/libraries/glut/spec3/node10.html          https://www.opengl.org/resources/libraries/glut/spec3/node11.html            https://www.opengl.org/resources/libraries/glut/spec3/node12.h