YOUTUBE VIDEOS

My Youtube channel brings together tutorials, devlogs, project showcases, and concept explainers. Whether you’re curious about rendering pipelines, debugging techniques, or just want to watch cool graphics experiments in action, you’ll find a mix of content here.

OpenGL-FBO-Concept-1

OpenGL Framebuffer Object (FBO) Tutorial Playlist

2025

A step-by-step series explaining what Framebuffer Objects (FBOs) are in OpenGL and why they’re essential in modern graphics programming. From real-world use in games to setting up FBOs with textures and Renderbuffer Objects (RBOs) — everything you need to get started.

OpenGL-FBO-Concept-1

Dynamic Reflections In OpenGL - SHOWCASE

31st Aug, 2025

A demo of real-time dynamic reflections in OpenGL using six render passes. FBOs render to a cubemap, which is then used for environment mapping to create accurate reflections.