🎉 Celebrating 25 Years of GameDev.net! 🎉

Not many can claim 25 years on the Internet! Join us in celebrating this milestone. Learn more about our history, and thank you for being a part of our community!

C++ and OpenGL based game tutorials on YouTube

Started by
3 comments, last by spriggan 4 days, 15 hours ago

Hi, I have a channel to help programmers develop video games. Mostly C++, OpenGL based, but some of the topics will help games programmers in general.

https://www.youtube.com/channel/UC08_8VkPxRUJWGbwiouBeUA

My most recent video explains how to code texture animations.

Advertisement

New video on Spline based motion.

In this video I describe my model system: model class, model manager and batch rendering.

I explain how to support text rendering using FTGL. My font manager class and multi-lingual string support.

Advertisement