Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/filcuc/nimqml
Qt Qml bindings for the Nim programming language
https://github.com/filcuc/nimqml
bindings nim qml qt
Last synced: 29 days ago
JSON representation
Qt Qml bindings for the Nim programming language
- Host: GitHub
- URL: https://github.com/filcuc/nimqml
- Owner: filcuc
- License: other
- Created: 2014-12-29T14:56:33.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2024-04-11T17:12:47.000Z (8 months ago)
- Last Synced: 2024-08-04T02:07:55.673Z (4 months ago)
- Topics: bindings, nim, qml, qt
- Language: Nim
- Homepage:
- Size: 303 KB
- Stars: 162
- Watchers: 6
- Forks: 20
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-electron-alternatives - nimqml
- awesome-nim - nimqml - Qt QML bindings for the Nim programming language. (User Interface / GUI)
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/)