lqml/examples
2022-06-18 12:23:40 +02:00
..
9999 add 32bit support (android only) 2022-05-08 10:16:18 +02:00
advanced-qml-auto-reload log eventual network errors on QML auto reload for mobile 2022-06-18 12:23:40 +02:00
app-template some revisions 2022-05-17 21:45:40 +02:00
cl-repl revisions of 'cl-repl' 2022-06-17 18:34:43 +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 log eventual network errors on QML auto reload for mobile 2022-06-18 12:23:40 +02:00
tilt-sensor small revisions 2022-06-17 12:55:48 +02:00
wear-os small revisions 2022-06-17 12:55:48 +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 some revisions 2022-05-17 21:45:40 +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