Qt Qml bindings for the Nim programming language
Go to file
Iuri Matias 8cf2c4da0d
Merge pull request #21 from status-im/feat/qguiapplication
feat: QGuiApplication supporting icon() and installEventFilter() meth…
2021-07-23 13:18:40 -04:00
doc Updated the doc 2019-10-01 23:56:29 +02:00
examples Increased requirement to Nim v1.0.0 2019-09-29 22:29:26 +02:00
src Removed cmdline args passing to Qt 2021-07-20 07:11:07 +03:00
.gitignore Normalize whitespace. 2017-07-06 22:30:52 +02:00
LICENSE Released version 0.4.5 2015-09-20 14:13:18 +02:00
README.md Updated readme 2019-09-29 22:39:30 +02:00
nimqml.nimble Increased requirement to Nim v1.0.0 2019-09-29 22:29:26 +02:00

README.md

NimQML

QML binding for the Nim programming language

Requirements

Build instructions

  • Compile and Install 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