Qt's MOC getting replicated in D for Calypso
Ali Çehreli via Digitalmars-d-announce
digitalmars-d-announce at puremagic.com
Wed Feb 17 19:07:22 PST 2016
On 02/17/2016 06:47 PM, Elie Morisse wrote:
> I now have a working D replacement for moc:
>
> https://github.com/Syniurge/Calypso/blob/master/tests/calypso/qt5/moc
>
> For those unfamiliar with Qt, moc (the Meta-Object Compiler) is a tool
> that generates additional code for Qt classes, code then used by the
> signal/slot system, properties and other Qt-specific extensions. While
> C++ moc is not going away
Congratulations! Any project that can get rid of moc is a big
achievement. :) Folks at CopperSpice had done the same in C++ with their
Qt replacement:
http://www.copperspice.com/
Ali
More information about the Digitalmars-d-announce
mailing list