lqml/examples
2025-10-19 00:39:10 +02:00
..
.android-ssl-test revision: remove redundant #-interpreter, use #-ecl-bytecmp instead 2025-05-08 11:42:44 +02:00
9999 SailfishOS fixes and docu 2023-10-09 22:32:58 +02:00
advanced-qml-auto-reload revision: remove redundant #-interpreter, use #-ecl-bytecmp instead 2025-05-08 11:42:44 +02:00
app-template revision: remove redundant #-interpreter, use #-ecl-bytecmp instead 2025-05-08 11:42:44 +02:00
camera revision: remove redundant #-interpreter, use #-ecl-bytecmp instead 2025-05-08 11:42:44 +02:00
cl-repl example 'cl-repl': add files for android 15 (using Qt6.9) 2025-08-15 10:56:43 +02:00
clog-demo revision: remove redundant #-interpreter, use #-ecl-bytecmp instead 2025-05-08 11:42:44 +02:00
debug-ui revisions 2025-10-19 00:39:10 +02:00
meshtastic revision: remove redundant #-interpreter, use #-ecl-bytecmp instead 2025-05-08 11:42:44 +02:00
palindrome add Qt6 version of some examples (see below); revisions 2024-10-22 13:27:56 +02:00
planets revisions 2023-10-10 18:00:59 +02:00
qsqlite revision: remove redundant #-interpreter, use #-ecl-bytecmp instead 2025-05-08 11:42:44 +02:00
Qt6 example 'cl-repl': add files for android 15 (using Qt6.9) 2025-08-15 10:56:43 +02:00
sokoban Build Sokoban APK for Android. 2024-11-20 20:14:07 +01:00
swank-server revision: remove redundant #-interpreter, use #-ecl-bytecmp instead 2025-05-08 11:42:44 +02:00
tilt-sensor revisions 2024-10-26 16:27:59 +02:00
wear-os-gps revision: remove redundant #-interpreter, use #-ecl-bytecmp instead 2025-05-08 11:42:44 +02:00
wear-os-heart revisions 2024-10-26 16:27:59 +02:00
copy-template.lisp revisions 2022-03-20 00:07:39 +01:00
copy.bat add Windows platform (desktop only) 2022-04-20 21:54:29 +02:00
copy.sh add app template to simplify creating new apps 2022-02-18 11:13:51 +01:00
readme.md update examples readme 2022-07-28 10:14:26 +02:00

HowTo

  • to add a new app from the template, run:
$ ./copy.sh <name>
  • if you want any of Swank / ECL contrib files / QML auto reload / a trivial REPL on mobile, just copy the swank-server example as your template

  • for QML single file auto reload you want advanced-qml-auto-reload, which is derived from example swank-server

Note

Example wear-os-gps is optimized for WearOS, but can also be used on any phone. It demonstrates how to use the GPS sensor (including permissions) on mobile.