Building My Own OpenGL Renderer
It's been awhile since my last update! I've shifted gears from 3D experiments to creating my own OpenGL renderer with tests for 2D and 3D rendering.
Documenting my journey in game development, graphics programming, and software engineering. From OpenGL basics to Unreal Engine project's, here's what Im learning along the way.
It's been awhile since my last update! I've shifted gears from 3D experiments to creating my own OpenGL renderer with tests for 2D and 3D rendering.
A detailed breakdown of implementing zoom in/out functionality with smooth transitions using curves and input actions.
Creating a custom camera system for real-time strategy games in UE5. Exploring C++ and Blueprint integration.
Recreating the classic PONG game using SFML. A great project for learning game development fundamentals.
Beginning my dive into graphics programming with OpenGL and C++. From basic triangles to understanding the graphics pipeline.