lqml/examples
2023-08-26 09:41:02 +02:00
..
9999 revisions 2022-10-29 10:54:25 +02:00
advanced-qml-auto-reload revisions 2023-07-29 13:30:09 +02:00
app-template revisions 2023-03-22 20:06:44 +01:00
camera revisions 2023-03-18 19:59:08 +01:00
cl-repl revisions 2023-08-06 16:54:57 +02:00
clog-demo example 'cl-repl': bigger font size on tablets; revisions 2022-12-19 11:09:57 +01:00
meshtastic example 'meshtastic': fast (offline) tile backup (not using zip); revisions 2023-08-26 09:41:02 +02:00
planets example 'planets': correct erroneous comment about QML model key names 2023-06-05 21:11:10 +02:00
sokoban example 'advanced-qml-auto-reload': show message if 'web-server.sh' is not running 2023-01-10 10:49:11 +01:00
swank-server revisions 2023-07-29 13:30:09 +02:00
tilt-sensor typo 2022-11-09 09:40:15 +01:00
wear-os-gps revision 2023-07-31 16:55:09 +02:00
wear-os-heart typo 2022-11-09 09:40:15 +01: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.