Archive for the ‘C/C++’ 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 basic framework for creating [...]

December 8, 2009 В· crow В· 2 Comments
Posted in: C/C++, Game Programming, Programming

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 have dabbled with it [...]

November 23, 2009 В· crow В· 2 Comments
Posted in: C/C++, Game Programming