SFML community forums

Bindings - other languages => D => Topic started by: Jebbs on April 28, 2014, 09:26:31 am

Title: New C Test Branch
Post by: Jebbs on April 28, 2014, 09:26:31 am
Hey all,

I've been thinking about this for a while and finally got around to it today. I took my DSFML-C binding and merged it directly with the SFML sources. This is interesting to me because it allows for some cool things, like being able to build statically, having direct access to some of the things in SFML(like image's implementation stuff), and it fixes a strange issue on Linux that I had, as well as probably fixing this guy's error(https://github.com/Jebbs/DSFML/issues/65)

Some things still need to be cleaned up, but it works as far as I can tell!(Tested it on Windows and Linux just now).

If any one else wants to test it out you can either download the sources here: https://github.com/Jebbs/DSFML-C/tree/Merged (The building process is the exact same as building SFML)

Or check out the ones I build myself.
Linux x64 (https://dl.dropboxusercontent.com/u/167365084/DSFML%20Merged%20Linux.zip)
Windows x86 (https://dl.dropboxusercontent.com/u/167365084/DSFML%20Merged%20Windows.zip)