Re: DOtherSide: QML bindings for both D and Nim

2015-01-04 Thread michaelc37 via Digitalmars-d-announce

On Wednesday, 31 December 2014 at 13:11:39 UTC, filcuc wrote:

Hi all,
i'll like to share my project for building the bindings for QML 
in both D and Nim programming languages.
The project is young and it's not complete, however at the 
current state slots, signals and properties can be exposed to 
QML from D. So a pure databound application can be created 
(like MVVM).
The projects is hosted on github 
https://github.com/filcuc/DOtherSide.
A the current state the syntax isn't pretty so i'm glad in any 
contribution for improving it.



Have a nice new year,


cool, i've been looking for something like this for a long time.
after so many hours messing around with qt bindings, maybe D+QML 
is enough for me.


Re: QTD upgrades to dmd 2.066.

2014-08-24 Thread michaelc37 via Digitalmars-d-announce

On Sunday, 24 August 2014 at 20:27:59 UTC, Rémy Mouëza wrote:
I have made a fork of QTD, the Qt bindings for D, to get it to 
work with dmd 2.066:

https://github.com/remy-j-a-moueza/qtd/tree/dmd-2.066

I have only made it to build on Linux (32 bit Ubuntu 14.04) 
with nearly no testing.


I haven't updated the examples either, so lots of them are not 
compiling.


That said, it seems that QTD was quite stable prior to dmd 
2.061; I hope that these last upgrades can help it get back 
from obsolescence.


Nice work, btw there maybe a few commits from repo 
https://github.com/qtd-developers/qtd that never made it back to 
bitbucket (which you appearantly forked from) which you might be 
interested in.