Skip to content

Nuos/LearnOpenGL

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

44 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

learnopengl.com code repository

Contains code samples for all tutorials of http://learnopengl.com. Forked from the original repository : https://github.com/JoeyDeVries/LearnOpenGL

Linux / OS X building

If you decided to use this repository, you do not need any extra dependencies. You just need to install git and cmake, then :

git clone --recursive [https://github.com/stephane-lb/LearnOpenGL.git
cd LearnOpenGL
mkdir build
cd build
cmake ../.
make -j8

Windows

It is not yet supported, use the original depot please. ( Or/And make me some report of the errors you got)

About

Code repository of all tutorials found at http://learnopengl.com

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 91.4%
  • GLSL 6.9%
  • CMake 1.3%
  • JavaScript 0.4%