Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/filcuc/dqml

Qt Qml bindings for the D programming language
https://github.com/filcuc/dqml

Last synced: about 1 hour ago
JSON representation

Qt Qml bindings for the D programming language

Awesome Lists containing this project

README

        

# DQML
[![Build Status](https://travis-ci.org/filcuc/dqml.svg?branch=master)](https://travis-ci.org/filcuc/DQml)

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](https://github.com/filcuc/DOtherSide) library 0.6.3 or higher
* Install [dmd](http://dlang.org/download.html#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](https://github.com/filcuc/dqml/blob/master/WindowsUsage.md);