mirror of
https://gitlab.com/eql/lqml.git
synced 2025-12-06 02:30:38 -08:00
A lightweight QML-only ECL binding to Qt5/Qt6.
| doc | ||
| examples/9999 | ||
| slime | ||
| src | ||
| .gitignore | ||
| license.txt | ||
| readme-build.md | ||
| readme.md | ||
WIP
Currently Linux/macOS/desktop only, will be extended to all platforms (including mobile); not so sure about Windows though...
Description
A lightweight ECL based QML-only binding to Qt6.
License
Both ECL and Qt6 are LGPL. LQML can be considered public domain.
TODO
- port to CMake
- generate help from docu strings
- make example work on android
- make example work on iOS
- add sokoban example
- add item model example
- add cpp-lib example