Skip to content

Kiittyka/Significance-of-Diwali

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Significance-of-Diwali

A Computer Graphics Project using OpenGL

Pre - Requisites

  • GLUT library

    • Fire up the terminal (Ctrl + Alt + T for Linux users)
    • Type in the command
      sudo apt-get install freeglut3-dev
  • SOIL (Simple OpenGL Image Library)

    • Fire up the terminal again
    • Type in the command
      sudo apt-get install libsoil-dev

Steps to run

  • Type the following commands in the terminal
    • gcc Miniproject.c -lm -lGL -lGLU -lglut -lSOIL
    • ./a.out

About

A Computer Graphics Project using OpenGL

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages