Re: DOtherSide: QML bindings for both D and Nim

2015-05-12 Thread filcuc via Digitalmars-d-announce

On Monday, 11 May 2015 at 05:46:58 UTC, Suliman wrote:

Could you add examples of usage this binding on Windows please.



This is part of the overall goal to write some basic
documentation for D (i've already done it for Nim). However if
you're familiar with the basic cmake workflow you should more or
less set.
The first step is building the libDOtherSide c++ library and then
your d application. Take a look at the examples for the usage and
how to link the libdqml static library


Re: DOtherSide: QML bindings for both D and Nim

2015-05-10 Thread filcuc via Digitalmars-d-announce

Hi everyone,
just a quick update

Today i've just released the version 0.4.1 that add a nicer 
syntax for generating the boilerplate code for handling signals 
and slots.


For sure there're thousand of bugs but i you wanna git it i try 
i'll be glad :D


Given that, the new features i add since the last update are:
- Handling of QAbstractListModel
- Nicer syntax

Have a nice day,

F.



DOtherSide: QML bindings for both D and Nim

2014-12-31 Thread filcuc via Digitalmars-d-announce

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,