Begining Computer Graphics with OpenGL
The term computer graphics has been used in a broader sense to describe "almost everything on computers that is not text or sound".[1] Typically, the term computer graphics refers to several different things:
- the representation and manipulation of image data by a computer
- the various technologies used to create and manipulate images
- the images so produced, and
- the sub-field of computer science which studies methods for digitally synthesizing and manipulating visual content, see study of computer graphics
Source: Wikipedia
To start playing with all the graphics, all you need is a computer with a monitor to display some graphics :).
As the title says, i will deal only with OpenGL here.
Let us begin.
Note :
1) Windows User
- Install Dev-C++ with GLUT: http://chortle.ccsu.edu/Bloodshed/howToGL.html
2) Ubuntu Users: Open terminal and run :
- sudo apt-get install freeglut3-dev
- Rohit Sinha's blog
- 34 reads
















