Category Archives: d

Nice Collection of Hash Functions

Found a nice collection of hash routines written in D. These are easy to convert to other languages. I was just looking for Robert Sedgewick’s hash function since I didn’t have his book handy.

Posted in algorithms, d | Leave a comment

DMD and Phobos Code Review

I’ve been spending time in dmd (via gdc) and libphobos as a research project. While I have enjoyed writing D code I quickly have run into some ugly aspects of D. DMD source: * Ambiguous labels with copious use of … Continue reading

Posted in d | Leave a comment

Some D on Linux Progress

I’ve spent some time looking at D again and really trying to evaluate it’s fitness for MMO game development. There’s a lot of holes left still in the whole development picture. The IRC channel has been a really great source … Continue reading

Posted in d, game programming | Leave a comment

Kenta Cho Interview

Kenta’s outlook is modest and refreshing. He simply builds the games he wants to play and lets others have them if they want to enjoy them. No great aspirations but just a simple love of what he does and as … Continue reading

Posted in d, game programming, kenta cho | Leave a comment

Game Programming Experiments

Although I’ve been plenty busy at work lately I’ve still had some time to play with various game programming experiments on my Mac. XNA stuff is shelved for the time being until I get my laptop back online. I’ll list … Continue reading

Posted in d, game programming, osx, python | 1 Comment