q66 wrote: > On Sunday, 1 April 2012 at 20:32:00 UTC, Walter Bright wrote: > >On 4/1/2012 1:12 PM, q66 wrote: > >>Cool. I'll try to get some other lib bindings up in the future > >>as well. :) > > > >That would be most appreciated. > > I'm preparing my game engine for possible migration to D. Means I > need all the libs ready, they already are, some of them are > supplied by the Derelict project. But, there is this thing with > dynamic loading of libs at runtime. I need the possibility of > static linkage so having Deimos style bindings would surely be > nice.
Do you want to load libraries at run time? Can you check http://jkm.github.com/ddl/ddl.html? Technically any Deimos module should work. Jens
