Skip to content

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

2 stars

Watchers

1 watching

Forks

Releases

Packages

Used by

Contributors

Languages