lqml/examples
2022-05-10 11:55:59 +02:00
..
9999 add 32bit support (android only) 2022-05-08 10:16:18 +02:00
advanced-qml-auto-reload add 32bit support (android only) 2022-05-08 10:16:18 +02:00
app-template add example 'wear-os' (android WearOS 2+ watches only) 2022-05-10 11:02:23 +02:00
cl-repl add example 'wear-os' (android WearOS 2+ watches only) 2022-05-10 11:02:23 +02:00
clog-demo add 32bit support (android only) 2022-05-08 10:16:18 +02:00
planets revisions 2022-04-23 14:33:53 +02:00
sokoban add Windows platform (desktop only) 2022-04-20 21:54:29 +02:00
swank-server add 32bit support (android only) 2022-05-08 10:16:18 +02:00
tilt-sensor add 32bit support (android only) 2022-05-08 10:16:18 +02:00
wear-os fix example 'wear-os' 2022-05-10 11:55: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 revisions 2022-03-18 19:49:34 +01: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