No description
Find a file
2025-02-05 23:47:34 +01:00
.github/workflows Added initial CI for building all examples (#36) 2021-12-04 16:23:38 +01:00
doc Released version 0.9.0 2021-05-01 11:53:15 +02:00
examples Removed some warnings and hints 2023-03-03 10:04:24 +01:00
src Use newSeqOfCap during QMetaObject creation 2025-02-05 23:47:34 +01:00
.gitignore Released version 0.9.0 2021-05-01 11:53:15 +02:00
LICENSE Fix #44 Add static link exception 2022-01-22 10:16:25 +01:00
nimqml.nimble Added support for loading both DOtherSide version 9 or 8 2022-08-11 22:45:47 +02:00
README.md Update README.md 2022-08-11 22:54:53 +02:00

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