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
no dynamic cast problems
(https://issues.dlang.org/show_bug.cgi?id=21690)?