Download as docx, pdf, or txt
Download as docx, pdf, or txt
You are on page 1of 2

SYNOPSIS

Graphics provides one of the most natural means of communicating with a


computer, since our highly developed 2D and 3D pattern-recognition allow us to
perceive and process pictorial data rapidly and efficiently. Interactive computer
graphics is the most important means of producing pictures since the invention
of photography and television. It has the added advantage that with the
computer we can make pictures not only of concrete real world objects but also
of abstract, such as survey results. The project uses OpenGL and C/C++ library
function to create a 3D rotating Star like figure as a screen saver. The project
Im implementing is simple one and it requires minimal software and hardware
requirements such as

HARDWARE REQUIREMENTS:
Standard Mouse
64 Mb RAM and above
CRT Monitor
QWERTY Key Board

SOFTWARE REQUIREMENTS:

Windows Operating System

Microsoft Visual Studio 2010

I have used C/C++ to code the project and the various features of OpenGL to
complete my project. On the execution of the program a main window with sub
windows are created such as command manipulation window

Pressing "r" key or left button of mouse increments the size of the star.
Pressing "y" key or right button of mouse decrements the size of the
star.
Pressing "t" or middle button of mouse stops the animation.
Press q to exit.
Pressing any key other than the above mentioned keys will terminate the
animation.

You might also like