Tag Archives: D

MafiSDL made public

I have made my wrapper for SDL library public. It is available on BitBucket. It is quite clearly targeted at my personal use cases but if you find it useful, you are encouraged to use it. The reopository contains a … Continue reading

Posted in Gamedev, Programming | Tagged | Leave a comment

Using D templates for gamedev

I am using the D programming language to program my 2D-gamedev hobby projects. Many people disregard the D programming language for gamedev because many of its abstractions rely on the GC. But carefully designed D programs can be as efficient … Continue reading

Posted in Gamedev, Programming | Tagged , | 2 Comments