Skip to content

wow2006/open.gl

Repository files navigation

Reimplementation of open.gl Tutorials

using CMake and GLFW3 Tested under Win7 x64 and vs2013

Need to install

Installation

  • Fedora
sudo dnf install glfw-devel
sudo dnf install glew-devel
sudo dnf install glm
sudo dnf install SOIL-devel
sudo dnf install cmake cmake-gui
  • Ubuntu
sudo apt-get install libglfw3-dev
sudo apt-get install libglew-dev
sudo apt-get install libglm-dev
sudo apt-get install libsoil-dev
sudo apt-get install cmake

OpenGL Docs

http://docs.gl/

thanks a lot for your Awesome tutorials.

About

Modern OpenGL Tutorial thanks for

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published