DQt: Qt bindings using extern(C++)

MGW mgw at yandex.ru
Mon Dec 6 08:28:58 UTC 2021


On Sunday, 5 December 2021 at 12:54:21 UTC, Tim wrote:
> DQt contains new experimental bindings for using a subset of Qt 
> with D.
> Qt is a library for writing cross-platform graphical user 
> interfaces.
> Currently bindings exist for the Qt modules core, gui and 
> widgets. The
> bindings use extern(C++) and don't need any wrapper in C++. 
> They are
> based on Qt 5.15.2 and tested on Linux and Windows, but need a 
> dmd
> compiled from master for Windows.
>
> For more details see the README.md in the repository:
> https://github.com/tim-dlang/dqt
>
> It is also available with dub:
> https://code.dlang.org/packages/dqt

Nice work!
Did you use any converter to describe classes automatically, or 
is it all manual?



More information about the Digitalmars-d-announce mailing list