Skip to content

Latest commit

 

History

History
9 lines (7 loc) · 611 Bytes

README.md

File metadata and controls

9 lines (7 loc) · 611 Bytes

OpenGL Tutorial

The code I wrote while following the LearnOpenGL tutorial. The original tutorial is written in C++ but this tutorial is completely in C11. The goal of this repo is to provide an easy way for me learn and recall opengl, by providing concise explanations of what and why things are the way they are.

Table of Contents

Tutorial Source Code
Hello Triangle hello-triangle.c