lqml/examples
2022-12-27 21:32:05 +01:00
..
9999 revisions 2022-10-29 10:54:25 +02:00
advanced-qml-auto-reload revisions 2022-12-24 10:27:10 +01:00
app-template fix possible problem with QML auto-reload on desktop 2022-12-19 10:22:04 +01:00
camera revision of example 'camera', add click sound 2022-11-10 10:47:37 +01:00
cl-repl revision 2022-12-27 21:32:05 +01:00
clog-demo example 'cl-repl': bigger font size on tablets; revisions 2022-12-19 11:09:57 +01:00
planets revision 2022-10-01 09:36:29 +02:00
sokoban example 'cl-repl': bigger font size on tablets; revisions 2022-12-19 11:09:57 +01:00
swank-server revisions 2022-12-24 10:27:10 +01:00
tilt-sensor typo 2022-11-09 09:40:15 +01:00
wear-os-gps typo 2022-11-09 09:40:15 +01: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.