Thanks to visit codestin.com
Credit goes to github.com

Skip to content

feather2222/OpenglDemo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 

Repository files navigation

This is some code I wrote while learning OpenGL

OpenGL in Linux using Glut

Configure the OpenGL environment

$ sudo apt-get install freeglut3-dev

Use the following two Header files in the OpenGL code

<GL/glut.h> <GL/gl.h>

Compile OpenGL code

$ g++ <> -lglut -lGLU -lGL

Run the executable

./a.out

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published