8000 GitHub - RPG-RAH/OpenGL-Basic-Cube-Rotation: render a rotating cube using opengl - glfw
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

RPG-RAH/OpenGL-Basic-Cube-Rotation

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

OpenGL-Basic-Cube-Rotation

render a rotating cube using Open/GLFW

Requirement

Install OpenGL Packages (Ubuntu)

#GLFW
$sudo apt-get install libglfw3
$sudo apt-get install libglfw3-dev

#GLEW
$sudo apt-get install libglew-dev
$sudo apt-get install libglew2.0
$sudo apt-get install libglewmx-dev
$sudo apt-get install libglewmx1.13  

#GLU
$sudo apt-get install libglu1-mesa
$sudo apt-get install libglu1-mesa-dev

#GLM
$sudo apt-get install libglm-dev

About

render a rotating cube using opengl - glfw

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published
0