Why using wrappers for D?

Kagamin via Digitalmars-d-learn digitalmars-d-learn at puremagic.com
Mon Oct 3 06:56:37 PDT 2016


On Monday, 3 October 2016 at 12:47:48 UTC, Chalix wrote:
> Also, I used the Qt library a lot with C++. But although it is 
> a library, I have access to all the classes, like " QWidget w = 
> new QWidget();". There is no factory method used. (This 
> confuses me now a bit...)

Qt bindings is a major undertaking, it was tried a couple of 
times. As an alternative you can try Calypso 
https://github.com/Syniurge/Calypso which has a C++ language 
plugin so can read headers directly.


More information about the Digitalmars-d-learn mailing list