1
D / Proper setup guide and usage tutorial?
« on: January 29, 2012, 05:57:14 pm »Quote from: "Trass3r"
Quote from: "Groogy"Getting D to link against CSFML was hard, so I did everything dynamically instead.
Yep that's a big open issue. DSFML ought to load everything statically.
But that makes inheritance in the wrapper more complicated.QuoteOther than that and a few other small stuff in the D compiler. The language is freaking sweet and I would love to see someone pick it up again and create a new DSFML bindings for version 2.
I'm working on it.
It is linked to C++ directly (with some C++ glue between SFML and D code). Most of it is done, but the build system is currently very broken and the new graphic API isn't readu yet, amking the grapgics module unusable (ATM).