A lightweight QML-only ECL binding to Qt5/Qt6.
Find a file
2022-01-26 14:20:31 +01:00
cpp-lib fix qml-apply (Lisp calls from QML) 2022-01-23 11:29:38 +01:00
doc some revisions 2022-01-26 14:20:31 +01:00
examples/9999 some revisions 2022-01-26 14:20:31 +01:00
slime fix cpp-lib example for Slime 2022-01-22 21:56:51 +01:00
src support both Qt5 and Qt6 2022-01-25 14:41:35 +01:00
.gitignore first working desktop version 2022-01-17 13:10:40 +01:00
license.txt ini 2022-01-13 15:56:44 +01:00
readme-build.md adapt to macOS 2022-01-17 20:11:05 +01:00
readme.md some revisions 2022-01-26 14:20:31 +01:00

WIP

Currently Linux/macOS/desktop only, will be extended to mobile; not sure about Windows though.

Description

A lightweight ECL based QML-only binding to Qt5/Qt6.

License

ECL and Qt5/Qt6 are LGPL. LQML can be considered public domain.

Tested

Only tested with Qt5.15 and latest Qt6. It's recommended to use the new Qt online installer (see doc/get-qt6), where you can choose to install different Qt versions side by side, sharing the same Qt Creator.

TODO

  • make example work on android
  • make example work on iOS
  • add item model example
  • add sokoban example
  • port to CMake