DQt: Qt bindings using extern(C++)

Tim tim.dlang at t-online.de
Mon Dec 6 16:14:03 UTC 2021


On Monday, 6 December 2021 at 08:28:58 UTC, MGW wrote:
> 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?

I wrote a converter, but also had to make many manual changes.


More information about the Digitalmars-d-announce mailing list