Monthly Archives: August 2009

SIGGRAPH 2009

Back from SIGGRAPH, and with quite a backlog of papers to look at. But first things first, let’s take a look at how SIGGRAPH was! Travel & US Travelling to the US was surprisingly painless. I expected to wait at … Continue reading

Posted in Graphics | Tagged , | Leave a comment

Unit testing introduction

I’m a fan of unit tests since I started writing them. So far, they also turned out to be very valuable, even if added late to a project, so let’s take a look at this whole unit test thing – … Continue reading

Posted in Programming | Tagged , | 2 Comments

OpenGL tips & tricks

A few tips & tricks which might be useful if you write stuff with OpenGL. I use OpenGL for research stuff at the moment, which means I need to get stuff working quickly, and it should be robust so it … Continue reading

Posted in Graphics | Tagged , | Leave a comment