Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/filcuc/nimqml

Qt Qml bindings for the Nim programming language
https://github.com/filcuc/nimqml

bindings nim qml qt

Last synced: about 2 months ago
JSON representation

Qt Qml bindings for the Nim programming language

Awesome Lists containing this project

README

        

# NimQML

QML binding for the Nim programming language

## Requirements
* [DOtherside](https://github.com/filcuc/DOtherSide) 0.8.X or 0.9.X
* [Nim](http://nim-lang.org/) 1.2.0 or higher

## Build instructions
* Compile and Install [DOtherside](https://github.com/filcuc/DOtherSide) in your system PATH (i.e. /usr/lib)
* ```nimble install nimqml```

## Examples
The examples can be built by executing the following command
```
nimble build
```

## Documentation
The project documentation can be read [here](http://filcuc.github.io/nimqml/)