December 2011
6 posts
3 tags
2D Drawing in OpenGL →
How to set up 2D projection in OpenGL.
2 tags
Solarized - Precision colors for machines and... →
In the making for Xcode!
4 tags
iPhone OpenGL Speed Tip – Turn Off Thumb... →
2 tags
atMonitor →
Mac OS X System Monitor and Process Explorer Tool
Wow, I’ve been a long-time MenuMeters user, but today I found something similar, but at least as cool app called atMonitor. I was particularly looking for a GPU-usage monitor, and this baby can do it and much, much more. And you know what? It’s free! The developer(s) definitely deserve some donation/support.
4 tags
How to convert an integer to a hexadecimal string...
int number = 42; stringstream ss; ss << hex << number; // now ss.str(), which is a string, contains "2a"
The Ultimate Indie Game Developer Resource List →