Skip to content

rajsahae/thecherno_opengl

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

58 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published