Category Archives: Tutorials
Moving 2D Sprite using Opengl with SDL
Moving 2D Sprite: SO on my previous post i showed you the code to display a 2D sprite using OpenGl with SDL. Now i’ll show how to move a 2D Sprite using opengl with sdl. There will be some minor changes in the code and rest will be the same.
I’ll write the new changes in [...]
Also posted in Opengl with SDL Tagged 2d graphics, 2d sprite, moving 2d sprite, opengl, sdl, texture mapping Leave a comment
Drawing 2D Sprite Using OpenGl with SDL
In many forums, i have seen people asking about making 2D games using OpenGl and there weren’t any satisfactory answers. So i searched the google on doing 2D graphics using Opengl. Surprisingly there were not many results on that, there were very very few info on doing 2D graphics using OpenGl.
So i did some research [...]
Also posted in Opengl with SDL Tagged 2d graphics, 2d sprite, 2d texture, opengl, sdl, texture mapping 4 Comments




2D Sprite Rotation using Opengl with SDL