Qt Qml bindings for the Nim programming language
Go to file
Filippo Cucchetto 5d0c7d796e Restored dynlib support 2016-03-28 11:50:32 +02:00
doc Released version 0.4.5 2015-09-20 14:13:18 +02:00
examples Restored dynlib support 2016-03-28 11:50:32 +02:00
src Restored dynlib support 2016-03-28 11:50:32 +02:00
.gitignore Updated the gitignore 2016-03-24 23:00:59 +01:00
LICENSE Released version 0.4.5 2015-09-20 14:13:18 +02:00
README.md Updated the README 2016-03-28 10:55:02 +02:00
nimqml.nimble Reworked the examples and make them work again 2016-03-22 23:06:31 +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