Qt Qml bindings for the Nim programming language
Go to file
Alex Jbanca 3625347921
Merge pull request #46 from status-im/fix/memory-leak
fix(nimqml): Fixing memory leak - qmodelindex and char*
2023-02-24 12:46:35 +02: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 fix(nimqml): Fixing memory leak on qmodelindex and char* 2023-02-23 18:55:21 +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 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