Skip to content

velocic/opengl-tutorial-solutions

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

57 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

I'm currently working through the excellent OpenGL tutorial series at https://ogldev.atspace.co.uk and making my solutions available just incase they happen to be helpful to anybody else. I'm trying to reference the author's provided source as little as possible, so my solutions wont match theirs very closely.

Each example builds directly on and/or refactors the previous. Each example is also self-contained for ease of project setup, and thus duplicates a bunch of files.

Dependencies:

  • SDL2
  • cmake
  • OpenGL 3.3+ core profile support

To build any of the samples run the following in any of the sample directories:

mkdir build && cd build
cmake ..
make

About

My solutions for the OpenGL tutorial series at https://ogldev.atspace.co.uk/

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages