A simple paint application made using C++ and Glut.
Requirements:
Open GL and freeGlut is required.
To install these on Linux run the following terminal commands:
-sudo apt-get install freeglut3 -sudo apt-get install freeglut3-dev -sudo apt-get install gcc -sudo apt-get install g++ -sudo apt-get install make
How to use:
Simply type make to start the application. Right click to use the colour and shape. If you drag the mouse it will draw a dotted line accordingly. If you wish to draw a shape simply click on two points and it will draw the chosen shape from point A to point B.