Why is it hard to make Qt bindings?

MGW mgw at yandex.ru
Sat Jul 7 17:23:44 UTC 2018


On Thursday, 5 July 2018 at 08:42:39 UTC, drug wrote:
> There were several attempts to make Qt binding for dlang ...

QtE 5 works great on Win32/64, Linux 32/64 and Mac OS x 64. The 
main difference is that Qt5 uses a set of pre-defined slots and 
signals rather than creating them using a MOC or creating them 
dynamically as dqml. Qt5 has several large applications running 
on dozens of computers in different companies. If you use dynamic 
slots and signals from qml in Qt 5, you can fully play all the 
functionality of Qt5 with dlang. But this is a very big project 
of the future ...




More information about the Digitalmars-d-learn mailing list