Qt Qml bindings for the Nim programming language
Go to file
Filippo Cucchetto 33b6fc60c7 Removed useless warning suppressions 2015-11-22 23:11:06 +01:00
doc Released version 0.4.5 2015-09-20 14:13:18 +02:00
examples Beautified the qml files 2015-11-22 22:48:22 +01:00
src Removed useless warning suppressions 2015-11-22 23:11:06 +01:00
LICENSE Released version 0.4.5 2015-09-20 14:13:18 +02:00
README.md Added reference to documentation 2015-09-20 14:24:34 +02:00
nimqml.nimble Added .nim.cfg files for automatically link to libDOtherSide 2015-11-21 17:25:01 +01: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 compile -l:-lDOtherSide main.nim

This invokes the nim compiler asking to link the DOtherSide lib

Documentation

The project documentation can be read here