Skip to content

MysteryCoder456/learn_opengl

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

77 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Learn OpenGL

This repository is dedicated to tracking my journey of learning OpenGL via learnopengl.com.

Code Organization

The code is organized based on the sections/chapters in the book. Each file in src/bin named section_X.rs represents how the file looks at the end of each chapter. There are also files named section_X_exercise_Y.rs, which are my solutions to the provided chapter exercises. Aside from that, I've also named my commits after the chapters in the book.