SFML community forums

Bindings - other languages => D => Topic started by: Jebbs on August 18, 2012, 07:36:26 pm

Title: OO wrapper for the Derelict Binding
Post by: Jebbs on August 18, 2012, 07:36:26 pm
Hi everyone!

It appears to me that the Derelict binding to SFML is the best out there so far so I was wondering if anyone was working on a OO wrapper for it. If not, then I'll probably start working on one. If so, then I would love to help!

Since Derelict3 works with SFML2 I think that would be the way to go with the wrapper.

I feel like this might be a good solution in getting SFML working in D. What do you guys think?
Title: Re: OO wrapper for the Derelict Binding
Post by: JayArby on September 13, 2012, 09:04:30 pm
Sounds good! I'm excited for a DSFML that will actually compile! :)
Title: Re: OO wrapper for the Derelict Binding
Post by: Jebbs on September 21, 2012, 09:13:08 am
Just thought that I'd post a little update on this!

I have been making a bit of progress, though it is still a long ways away from being really usable.

I have a nice little link http://dl.dropbox.com/u/2911088/Progress.png (http://dl.dropbox.com/u/2911088/Progress.png)
showing off a blank render window, but that is really more or less it so far.

Still so much to port, though it is cool to show off a window running from D code!(even though the D code is just a wrapper :P)