Re: Recommendation for Lua graphics package please
[
Date Prev][
Date Next][
Thread Prev][
Thread Next]
[
Date Index]
[
Thread Index]
- Subject: Re: Recommendation for Lua graphics package please
- From: Dirk Laurie <dirk.laurie@...>
- Date: 2015年8月21日 21:55:57 +0200
2015年08月21日 21:06 GMT+02:00 Luiz Henrique de Figueiredo <lhf@tecgraf.puc-rio.br>:
>> 1. Can create a canvas (i.e. a rectangular area on the desktop in which
>> it can draw).
>> 2. Can scale and draw images provided in SVG format.
>> 3. Supports dialog with a user via the keyboard.
>> 4. Runs under a typical X windows manager (in my case, Gnome).
>
> One hack is to generated a web page and open it with a browser...
Aha! I forgot about just hacking it! Batch-mode inkscape and
display via os.execute! The learning curve is almost horizontal.