Skip to content

Graphical visualisation using a three dimensional scene, in this case, a classroom

Notifications You must be signed in to change notification settings

SoamyaAgrawal17/Graphic_Visualization_Of_Classroom

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Graphic-Visualization-of-classroom

Code is in C++ language.

OpenGL Installation

Ubuntu

Open terminal and run the following

sudo apt install freeglut3-dev

To run the code

cd Code
g++ ./cg_classroom.cpp -o classroom -lGL -lGLU -lglut
./classroom

Mac

Open terminal and run the following

cd Code
gcc cg_classroom.cpp -o classroom -framework OpenGL  -framework GLUT

About

Graphical visualisation using a three dimensional scene, in this case, a classroom

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages