Skip to content

Contains all the important and needed OpenGl codes used in Computer Graphics

License

Notifications You must be signed in to change notification settings

DheerajKN/OpenGl-codes

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 

Repository files navigation

OpenGl-codes

These are just Simple OpenGL Codes that I have developed through my time and Hope it would be helpful for you people. Just follow the below steps on how to set-up the Environment and you would be fine with it

Installation for Ubuntu Environment

sudo apt-get install freeglut3 freeglut3-dev mesa-common-dev 

Compiling and Linking

We can use gcc/g++ to compile a program with glut library.

g++ file.cpp -lglut -lGLU -lGL  or   gcc file.c -lglut -lGLU -lGL

Installation for Windows Environment

Just Follow this Amazing Youtube Video on Installation and it would Enough

For that you would need CodeBlocks Setup!!

Important Note

Any user using this Repo should include this Git link and Contributor's name in their work.

Contributors

K. N. Dheeraj ([email protected])

About

Contains all the important and needed OpenGl codes used in Computer Graphics

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages