Modern OpenGL Tutorials

Started by
6 comments, last by Glass_Knife 8 years, 11 months ago

Hey Gamedev,

I know the topic of modern OpenGL tutorials comes up a lot, and I stumbled across some great tutorial videos.

The first one is here:

The list of videos is here: https://www.youtube.com/user/jeffchastine/videos

If you are searching for modern opengl tutorials, give these a try. They may help.

Enjoy!

I think, therefore I am. I think? - "George Carlin"
My Website: Indie Game Programming

My Twitter: https://twitter.com/indieprogram

My Book: http://amzn.com/1305076532

Advertisement

Here are some more: http://ogldev.atspace.co.uk/index.html

The newer ones look really interesting, especially Screen Space Ambient Occlusion - http://ogldev.atspace.co.uk/www/tutorial45/tutorial45.html

I think, therefore I am. I think? - "George Carlin"
My Website: Indie Game Programming

My Twitter: https://twitter.com/indieprogram

My Book: http://amzn.com/1305076532

I don't know how "modern" it is, but anyway, here is more for OpenGL 3.3 on Windows, from scratch (without windowing library)

http://www.mbsoftworks.sk/index.php?page=tutorials&series=1

And another one. I found this one today. Looking for tutorials about rendering text with the freetype library.

There are a lot of videos. I haven't watched them all, but they look good so far.

I think, therefore I am. I think? - "George Carlin"
My Website: Indie Game Programming

My Twitter: https://twitter.com/indieprogram

My Book: http://amzn.com/1305076532

If you come across a tutorial series with bindless and/or multidraw/indirect and other modern stuff could you post it here? Greatly appreciated.

-potential energy is easily made kinetic-

While the site arcsynthesis.org expired, the tutorial/online book is still up in the repository https://bitbucket.org/alfonse/gltut/downloads

"I AM ZE EMPRAH OPENGL 3.3 THE CORE, I DEMAND FROM THEE ZE SHADERZ AND MATRIXEZ"

My journals: dustArtemis ECS framework and Making a Terrain Generator

While the site arcsynthesis.org expired, the tutorial/online book is still up in the repository https://bitbucket.org/alfonse/gltut/downloads

I was really bummed last time I tried to go there and it was gone. Thanks for the link!

I think, therefore I am. I think? - "George Carlin"
My Website: Indie Game Programming

My Twitter: https://twitter.com/indieprogram

My Book: http://amzn.com/1305076532

Here is another good one I just found:

http://www.learnopengl.com/

Here's an example

http://www.learnopengl.com/#!Advanced-OpenGL/Blending

Also noteworthy is the 2D tutorial at the end: http://www.learnopengl.com/#!In-Practice/2D-Game/Breakout

Enjoy!

I think, therefore I am. I think? - "George Carlin"
My Website: Indie Game Programming

My Twitter: https://twitter.com/indieprogram

My Book: http://amzn.com/1305076532

This topic is closed to new replies.

Advertisement