Qt Qml bindings for the Nim programming language
Go to file
Filippo Cucchetto 97d71c75c8 Raised minimum version to 0.19.0 2018-10-14 22:22:46 +02:00
doc Released version 0.4.5 2015-09-20 14:13:18 +02:00
examples Fixed #15 Missing QAbstractTableModel override for parent and index 2018-03-03 16:47:41 +01:00
src Fixed compilation with Nim v0.19.0 2018-10-14 22:19:38 +02: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 Increase Nim version to 0.17.0 in README.md as well. 2017-07-06 22:31:50 +02:00
nimqml.nimble Raised minimum version to 0.19.0 2018-10-14 22:22:46 +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