sudo apt-get update && sudo apt-get upgrade
sudo apt-get install -y apache2
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
What Is OpenGL? | |
OpenGL is a Graphics rendering API which is operating system independent, window system independent and has high-quality color images composed of geometric and image primitives. | |
OpenGL APIs can use following … | |
Gl | |
OpenGL API implementation (http://www.opengl.org) | |
Glu | |
OpenGL Utility | |
Glut – GLUT (OpenGL Utility Toolkit) – Glut is portable windowing API and it is not officially part of OpenGL. | |
OpenGL Utility Toolkit (http://www.opengl.org/resources/libraries/glut/) |