Twitter updates
- @max_mcguire @Wavesonics If you branch with SVN, then you have a problem anyway. Why not #mercurial or another DVCS with sane branching? 1 day ago
- @max_mcguire Why? Sure, there are parts which aren't great, but unless you use Spirit everywhere, Boost can be a great time saver. 1 day ago
- I just paid 70€ for 68 kib of OpenType fonts (one font, two styles), but my god, HelveticaNeueLight looks gorgeous. #ilovehelvetica 1 day ago
Development
Graphics
Calendar
Monthly Archives: June 2009
Improving your programming skills
If you are serious about your craft, you probably try to improve your skill set regularly. Read on for some ways I found effective, and which could also help you to improve. The sorting order is roughly by increasing effectiveness. … Continue reading
Of being determined
Some of you fellow readers have seen me, when I was in the “zone”, writing code like there is no tomorrow. A few weeks ago, I had a particularly good opportunity to see what it means to be determined when … Continue reading
Getting yourself into the “zone”, and some notes on programming as a craft
Do you remember the last time you were in the “zone”, coding away like 5 people, and feeling good? I remember it very well. It was a few weeks ago, and it’s the reason why I’m posting. In three hours, … Continue reading
Pixel aligned rendering in OpenGL, and direct state access
Two main topics here: The first one is how to render pixel-aligned objects in OpenGL, the other one is a great extension for OpenGL. Pixel perfect rendering If you want to render a 2D overlay, you usually want to have … Continue reading