Archive for the ‘Game Programming’ Category

SDL & OpenGL Game with C++ – Part II

Parts in the Series

Part I – Getting Started
Part II – Drawing a Quad

Rendering a Quad with OpenGL and SDL
Ok, so if we are going to program a video game then we need to draw something with OpenGL.
That being said, last time we left off with a [...]

December 8, 2009   Posted in: C/C++, Game Programming, Programming  4 Comments

SDL & OpenGL Game with C++ – Part I

Parts in the Series

Part II – Drawing a Quad

Getting Started
I think I’ve spent too many late nights playing multiplayer Modern Warfare 2 and now I feel the need to build a small game of some kind. Game programming is fun, and although I’ve never done it professionally, I [...]

November 23, 2009   Posted in: C/C++, Game Programming  4 Comments