Skip to content

Latest commit

 

History

History
20 lines (12 loc) · 620 Bytes

README.md

File metadata and controls

20 lines (12 loc) · 620 Bytes

Stages of Spacecraft

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)

  1. Compile as follows:

    i)gcc -o front front.c -lGL -lGLU -lglut

    ii)gcc -o rock123 rock123.c -lGL -lGLU -lglut

  2. 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.