A lightweight QML-only ECL binding to Qt5/Qt6.
Find a file
2022-02-14 18:33:20 +01:00
cpp-lib fix cpp-lib 2022-02-13 22:36:42 +01:00
doc revisions 2022-02-13 19:10:09 +01:00
examples/9999 revision 2022-02-14 18:33:20 +01:00
platforms revisions 2022-02-13 12:19:56 +01:00
slime make example work on android; revisions 2022-02-11 13:05:59 +01:00
src revisions 2022-02-14 13:23:59 +01:00
.gitignore make example work on android; revisions 2022-02-11 13:05:59 +01:00
license.txt ini 2022-01-13 15:56:44 +01:00
readme-build.md make example work on android; revisions 2022-02-11 13:05:59 +01:00
readme-prepare-android.md add readme for android 2022-02-11 15:23:18 +01:00
readme-prepare-ios.md revisions 2022-02-13 12:19:56 +01:00
readme-qt.md make example work on android; revisions 2022-02-11 13:05:59 +01:00
readme.md make example work on iOS; revisions 2022-02-12 14:08:16 +01:00

WIP

The (very simple) example currently works on Linux/macOS/android/iOS. More examples and Swank integration will follow.

Description

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

This small project aims to simplify all the steps needed for building cross-platform apps. The same sources can be used to build executables for both desktop (Linux/macOS) and mobile (android/iOS).

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.

The mobile part is currently only tested with Qt5.15, because the Qt6 port still lacks significant parts of mobile (as of Qt6.2).

TODO

  • integrate Swank server for Slime
  • add item model example
  • add sokoban example
  • port to CMake