Showing posts with label allegro. Show all posts
Showing posts with label allegro. Show all posts

Wednesday, February 20, 2013

Allegro the static beast

Recently I wrote an article on compiling Allegro. Please note this was only for a dynamically linked library.
Now for a statically built library!

Monday, February 11, 2013

Allegro compilation

So yesturday I started work on making a game.
This was all well and good except it would help to have a game engine.
I choose Allegro for it being c based so much more easier to interface to D. (Bindings already exist).

My primary platform is Windows 7 64bit.
This was primarily because dmd (D's compiler) uses Microsofts toolchain for linking. This is rather nice thing for COFF support as it's linker (optilink) only support OMF and thats for 32bit only.