Description: Design and implementation of a simple Graphics Editor. This is paint like computer graphics with opengl which able to draw like paint in windows and save, as well as open the file. Simple drawing with set of colors and the brushes. This Program used many of the OpenGL functions.
USAGE: Left Click to start and select the shape and draw with mouse.
Increase/Decrease the pixel by right click and select appropriate option.
To Exit, right click and select Quit.
Open saved file and save new one with open and save button at above in menu.
Clear the screen with clear in upper menu.
Instruction is also displayed on the screen.
Project Code: Download Graphics Editor in OpenGL