ytlvy / thecherno_opengl

My code-along on TheCherno opengl tutorial

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

the-cherno

My code-along for TheCherno tutorials.

THIS PORT IS STILL A WORK IN PROGRESS

Episodes ported

  • ep02
  • ep03
  • ep04
  • ep05
  • ep07
  • ep08

The code here is intended to run on Linux. If you want to compile on MacOS, see the corresponding branch named MacOS. For Windows you will need to come up with a different build system on your own.

Any differences between TheCherno's code and mine is likely a result of my compilation environment. YMMV.

The repo has been reworked to use meson/ninja. To compile any episode, cd to that directory and run make. To run the resulting app, run make run.

All episodes compile into a binary named app.

I chose to install glfw , glew and glut dependencies via package manager instead of moving them into the repo. To get those, run:

sudo apt install libglfw3-dev freeglut3-dev libglew-dev

At some point, I may bring those libraries in or try to add them as meson subprojects.

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!

About

My code-along on TheCherno opengl tutorial


Languages

Language:C++ 67.6%Language:Vim Script 27.7%Language:Makefile 2.5%Language:GLSL 1.6%Language:C 0.2%Language:Meson 0.2%Language:Shell 0.1%