Skip to content

A simple cpp program using OpenGL libraries done along with my friend Sheikh Ziad.

Notifications You must be signed in to change notification settings

hassanmash/City-Demo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

City-Demo

A simple cpp program using OpenGL libraries done along with my friend Sheikh Ziad.

How to run the program. (For linux users)

  1. Download the .cpp file
  2. Go to the terminal and go to the directory where the program files are in.
  3. Type command
g++ filename.cpp -lGL -lGLU -lglut
  1. Execute the program using
./a.out

P.S : If you dont have glut installed in your PC,follow below steps - To install OpenGL libraries:

  sudo apt-get install mesa-utils

To install freeGlut:

  sudo apt-get install freeglut3-dev

Screenshots of the program.

This is the screen shot of project.cpp file. You can run the other file (A small improvised version) and check the output of that in your PC.

image

image

image

image

image

About

A simple cpp program using OpenGL libraries done along with my friend Sheikh Ziad.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages