Skip to content
This repository has been archived by the owner on Apr 11, 2020. It is now read-only.

Tutorials from the OpenGL SuperBible Fourth Edition written in SFML

License

Notifications You must be signed in to change notification settings

neptoess/opengl-superbible-fourth

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

60 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

OpenGL SuperBible Fourth Edition

These are examples from The OpenGL SuperBible Fourth Edition that I've re-written in SFML. The functionality should be rather close to the original examples. All projects have CMakeLists.txt files, which I open in QtCreator. You can also just make a build directory and issue a cmake followed by make, e.g.
mkdir build cd build cmake ../Triangle make cd ../Triangle/bin ./Triangle All projects have their own README.md files as well. As for the license, I've included the GPLv3 license, but the book's authors are the ones to consult if you're curious about using this code in another project

About

Tutorials from the OpenGL SuperBible Fourth Edition written in SFML

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published