Skip to content

A project portraying the various stages of a spacecraft, using OpenGL/GLUT libraries in C Language.

Notifications You must be signed in to change notification settings

Sang12-2017-18/Stages-of-Spacecraft-CG

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 

Repository files navigation

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.

About

A project portraying the various stages of a spacecraft, using OpenGL/GLUT libraries in C Language.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages