dhruvsharma1992 / glutObjects

C++ header file/library which gives functions to draw basic openGL objects

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

glutObjects

glutObjects is a C++ header file/library which gives functions to draw basic openGL objects like table lamp, table, chairs etc.

The user should include the following libraries in his/her code along with the header file from the repo to draw the above mentioned objects.

#####Library Headers For Linux Based Systems

OpenGL/OpenGL.h, GLUT/glut.h

#####Library Headers For Windows Based Systems

windows.h, gl/Gl.h, gl/glu.h, gl/glut.h

About

C++ header file/library which gives functions to draw basic openGL objects


Languages

Language:C 100.0%