lqml/examples
2022-11-06 22:12:16 +01:00
..
9999 revisions 2022-10-29 10:54:25 +02:00
advanced-qml-auto-reload prevent android path problem (32bit) 2022-09-05 15:05:57 +02:00
app-template prevent android path problem (32bit) 2022-09-05 15:05:57 +02:00
camera revision 2022-11-06 22:12:16 +01:00
cl-repl remove obsolete 'local-assets/' (iOS) 2022-11-05 15:21:53 +01:00
clog-demo prevent android path problem (32bit) 2022-09-05 15:05:57 +02:00
planets revision 2022-10-01 09:36:29 +02:00
sokoban revisions 2022-10-29 10:54:25 +02:00
swank-server prevent android path problem (32bit) 2022-09-05 15:05:57 +02:00
tilt-sensor small revisions 2022-06-17 12:55:48 +02:00
wear-os-gps prevent android path problem (32bit) 2022-09-05 15:05:57 +02:00
wear-os-heart example 'wear-os-gps': replace 'CircularGauge' with custom one 2022-07-24 23:46:52 +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.