lqml/examples
2022-04-29 22:25:03 +02:00
..
9999 remove 'import Lisp 1.0' (obsolete) 2022-03-07 12:51:52 +01:00
advanced-qml-auto-reload add i18n (requires installation from scratch of all existing examples) 2022-04-29 12:07:13 +02:00
app-template revision 2022-04-29 22:25:03 +02:00
cl-repl add i18n (requires installation from scratch of all existing examples) 2022-04-29 12:07:13 +02:00
clog-demo add i18n (requires installation from scratch of all existing examples) 2022-04-29 12:07:13 +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 i18n (requires installation from scratch of all existing examples) 2022-04-29 12:07:13 +02:00
tilt-sensor add i18n (requires installation from scratch of all existing examples) 2022-04-29 12:07:13 +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