It's worth pointing out that low overhead drawcalls and GPU pull are not mutually exclusive. If we can have 10x as many draw-calls, or multidraw...
I think your best bet for an indie game is a simple game design, but polish it until it shines. Angry Birds (which btw I consider to be an...
Heh, well, it's not any worse that any other language to be honest, except maybe the connection between spelling and pronunciation, because...
I've read about the non-essential test, but while the test works for all examples, I can find a lot of other things I could randomly drop to still...
Generally speaking English text seems to lean towards a greater amount of commas used than Swedish text (my native language). Usually comma...
The Radeon 9700pro was 33.8GFlops, so maybe something like an 9600 might be around 25. Not sure how other parameters line up. But you may consider...
The slides (with notes) from my presentations are now available: http://www.humus.name/index.php?page=Articles
Default allocators are typically just wrappers around new and delete anyway. But even with a custom allocator, you'd still have the problem I...
For the record, STL has portability issues. Some stuff behaves different on different platforms. Not necessarily in a way that is out of spec, but...
Well, the technique is designed for this particular type of geometry, i.e. cylinder shape. So it will work on bars, railings etc. also, but can't...