/thecherno_opengl

My code-along on TheCherno opengl tutorial

Primary LanguageC++

the-cherno

My code-along for TheCherno tutorials. The code here is intended to run on MacOS. If you want to compile on *Nix or Windows you will need to modify the Makefiles in each episode directory. Any differences between TheCherno's code and mine is likely a result of my compilation environment. YMMV.

Currently working through TheCherno's OpenGL tutorial.

See all of his videos here.

Support him on his Patreon page if you want to see more!

To run any of the episodes, cd into that episode directory, run make, and then either ./playground or ./app depending on which episode. The earlier episodes compiled into a binary named playground, and later episodes compiled into a binary named app.