Thread overview
Re: SDL with D
Jul 11, 2011
Andrej Mitrovic
Jul 12, 2011
Mike Parker
July 11, 2011
Derelict has an SDL binding, you should take a look at that. There's a D2 Derelict branch in svn.

I've used Derelict with OpenGL, works ok. I haven't tested SDL though.

See http://www.dsource.org/projects/derelict.
July 12, 2011
I see. And what about Lua? I see lots and lots of different libraries for that on dsource, and there is even some support in Derelict as well. I assume that LuaD is the one in active development and most fitting for current D2?
July 12, 2011
On 7/12/2011 4:21 PM, Dainius (GreatEmerald) wrote:
> I see. And what about Lua? I see lots and lots of different libraries
> for that on dsource, and there is even some support in Derelict as
> well. I assume that LuaD is the one in active development and most
> fitting for current D2?

Derelict has no Lua binding yet. It's on the todo list. I'm waiting for Lua 5.2 to be released.
July 12, 2011
According to the Derelict page, there already are unofficial bindings. But I guess they wouldn't work with Derelict2 anyway.