A project portraying the various stages of a spacecraft, using OpenGL/GLUT libraries in C Language.
Steps to execute:(Ensure both front.c and rock123.c are in the same directory)
-
Compile as follows:
i)gcc -o front front.c -lGL -lGLU -lglut
ii)gcc -o rock123 rock123.c -lGL -lGLU -lglut
-
Run as follows:
./front
A welcome page will appear. Press the right mouse button to get the Main Menu. Click on "Start Animation" to see the entire animation. Click "Exit" to close the program
This is a group project, done along with my classmates Sahana and Shubha.