mirror of
https://github.com/status-im/nimqml.git
synced 2025-02-23 20:08:12 +00:00
The QAbstractItemModel index and parent method should be pure virtual. In nim we enforce this by using a doAssert(false)
NimQML
QML binding for the Nim programming language
Requirements
- DOtherside 0.6.3 or higher
- Nim 0.17.0 or higher
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
Description
Languages
Nim
100%