ladytron

ladytron rocks.

test scenes

here’s a great way to make simple test scenes: write a maya translater to export to xml use ruby and rexml to process the xml into a c header #include

sse is a pain

mmx is great. sse is not. mmx fits all the uses i try it with just great (64 bit stuff, rgba pixels, etc). everytime i use sse i end up wasting so many cycles shuffling data in and out of memory and between the registers. a horizontal add instruction would help a lot (which sse3 [...]