lqml/examples/9999
2022-05-08 10:16:18 +02:00
..
about revisions 2022-02-13 12:19:56 +01:00
lisp add 32bit support (android only) 2022-05-08 10:16:18 +02:00
qml remove 'import Lisp 1.0' (obsolete) 2022-03-07 12:51:52 +01:00
.gitignore add app template to simplify creating new apps 2022-02-18 11:13:51 +01:00
readme.md add app template to simplify creating new apps 2022-02-18 11:13:51 +01:00

Prepare

Please copy the app template files first:

$ cd ..
$ ./copy.sh 9999

Info

Simple canvas example: draw in JS, calculate in Lisp.

The QML file to be loaded is assumed to be qml/main.qml. This is defined in main.cpp (see sources).

see also: cistercian numerals

Run

lqml run.lisp

Optionally pass -slime to start a Swank server, and connect from Emacs with M-x slime-connect.

Closing the window quits the app. If you try to kill it with ctrl-c, you need an additional ctrl-d to exit from ECL. To quit from Slime, do (qq) which is short for (qquit).