opengl

QoD XO devlog 2

I’ve been tweaking a lot of the gameplay to be suitable to use with a game controller and I’m starting to like the way it’s headed, it’s much more streamlined,...

How to take screenshots in opengl

So here’s some quick code to save a screenshot of your OpenGL game in a TGA file.   bool save_screenshot(string filename, int w, int h) { //This prevents the images...

OpenGL Render to Texture

Render to texture is a very handy functionality. Imagine your game allows for some character customization. You have the body, some different hats, different clothes and other small stuff. Now...

Developers log stardate 26082010

It’s been awhile since I last updated this, I’ve have my hands full with Vizati IPhone. Ever since I got an IPod Touch 2G it was easier for Rita to...