Thread overview
DAllegro at dsource.org
May 06, 2007
torhu
May 06, 2007
torhu
May 06, 2007
Finally, DAllegro has got a web page.  DAllegro is a set of D bindings for the Allegro game library.

http://www.dsource.org/projects/dallegro

It's close to two months since beta 4 was released.  Since no serious bugs have been discovered, it should be fairly safe to start using it. It's recommended to check out the latest svn instead of using the zip download.  The main thing holding back a new beta or RC release is that I haven't gotten around to finish the D-specific demo game yet, there's not much work remaining on the library itself.
May 06, 2007
torhu wrote:

> It's close to two months since beta 4 was released.  Since no serious bugs have been discovered, it should be fairly safe to start using it.

I reported some bugs, but they're Mac-specific. Re-submitted to Trac...
Works OK on Mac OS X 10.4 with the above changes, using Allegro 4.2.1

There seems to be a problem with the Makefile so that it always rebuilds
the program irregardless of whether the source file has changed or not ?

--anders
May 06, 2007
Anders F Björklund wrote:
> I reported some bugs, but they're Mac-specific. Re-submitted to Trac...
> Works OK on Mac OS X 10.4 with the above changes, using Allegro 4.2.1

Thanks.

> 
> There seems to be a problem with the Makefile so that it always rebuilds
> the program irregardless of whether the source file has changed or not ?

I can't even test the makefile, since it doesn't support Windows.  And my makefile skills are a bit rusty.  I'll ask the guy who wrote it if he can look into it.