vladimmi / dqml

Qt Qml bindings for the D programming language

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

DQML

Build Status

QML binding for the D programming language

Supported features

  • Creation of custom QObjects
  • Creation of custom QAbstractItemModels
  • Creation of QML instantiable QObjects
  • Creation of QML instantiable Singleton

Requirements

  • Install the DOtherSide library 0.6.3 or higher
  • Install dmd 2.071 or higher

Build instructions

Linux

  • Compile and Install DOtherside in your system PATH (i.e. /usr/lib)
  • dub fetch dqml

Windows

Due to the shitty linker used by DMD (optlink) on windows. Using this bindings it's a little bit more complicated on this platform. Basically the hard part consists in generating a valid .lib for the DOtherSide.dll. I wrote a step by step tutorial, that you can read here;

About

Qt Qml bindings for the D programming language

License:GNU Lesser General Public License v3.0


Languages

Language:D 100.0%