Programming a Game in D? :D
    rcor via Digitalmars-d-learn 
    digitalmars-d-learn at puremagic.com
       
    Mon Sep  1 10:24:08 PDT 2014
    
    
  
Just wanted to point out that there are also D bindings for 
Allegro5 (https://github.com/SiegeLord/DAllegro5). Allegro is a 
bit like SDL or SFML, but personally I find it a bit more 
intuitive. I've been using the D bindings for about a month and 
they seem to work fine. Most Allegro tutorials are for C/C++, but 
they're not too hard to translate -- all of the allegro 
functions/structs work almost identically in D as they do in C.
    
    
More information about the Digitalmars-d-learn
mailing list