Skip to content

Latest commit

 

History

History
13 lines (7 loc) · 517 Bytes

README.md

File metadata and controls

13 lines (7 loc) · 517 Bytes

FirstStepsOpenGL

Following tutorials to learn and understand graphics processing.

While following the tutorial I will attempt to make my own comments to understand what each line is doing.

Will attempt to do all excercises and explore my knowledge past tutorial at each step of the way.

Using OpenGL library in c++. Coding in Visual Studio 2015 for windows.

Video followed to set up OpenGL: https://www.youtube.com/watch?v=tmTLcyAwBJo

Tutorial followed to learn OpenGL: https://learnopengl.com/#!Introduction