Great Opengl tutorial series on Youtube

BlitzMax Forums/OpenGL Module/Great Opengl tutorial series on Youtube

KronosUK(Posted 2016) [#1]
If you are interested in learning shaders and writing an opengl 3.0+ engine then I can highly recommend the "Beginners OpenGL 3D Game Tutorials" by ThinMatrix on Youtube. Although he uses Java I was able to convert most of his code into Blitzmax without too much difficulty.

You will need to find your own Maths/Matrix code(theres stuff in the archives) and also be aware that the z axis is the opposite of how it works in Blitz3d/Minib3d. That really messed with my head for a while.

If anyone has found any others I would like to hear.


BlitzMan(Posted 2016) [#2]
thebennybox is a good tutorial on youtube.