D for Game Development
Mike Parker via Digitalmars-d
digitalmars-d at puremagic.com
Tue Aug 4 20:18:56 PDT 2015
On Tuesday, 4 August 2015 at 20:25:07 UTC, karabuta wrote:
>
>> D bindings to C++ is a little problematic, am I safe to learn
>> bindings to SFML? Or is it that the D bindings is done with
>> CSFML(C bindings).
>
> I mean both DSFML and derelictSFML
DerelictSFML2 [1] binds to CSFML [2].
DSFML [3] binds against a custom SFML wrapper called DSFML-C [4].
[1] https://github.com/DerelictOrg/DerelictSFML2
[2] http://www.sfml-dev.org/download/csfml/
[3] https://github.com/Jebbs/DSFML
[4] https://github.com/Jebbs/DSFML-C
More information about the Digitalmars-d
mailing list