lua-users home
lua-l archive

[Date Prev][Date Next][Thread Prev][Thread Next] [Date Index] [Thread Index]


On 08-May-17 04:35, Pedro Alves wrote:
Hi, everyone!

I'm here to announce AbsTK. The Abstract ToolKit is a widget toolkit for
GUI and TUI (text-based user interface) applications. It allows you to,
with the same source code, build a UI that runs on GUI (GTK) and TUI
(Curses). AbsTK is written in Lua and uses lgi
<https://github.com/pavouk/lgi/> and lcurses
<https://github.com/lcurses/lcurses> bindings.

* http://github.com/PedroAlvesV/AbsTK

Looks nice! And documented with examples, too (the best sort of basic documentation).

About:
"All it accepts is "curses" and "gtk", because it's not the kind of thing that should be on the final version of your code"

Why not? Would it not be appropriate for a program that could be run in single-user mode, or with an alternate text interface in case there is not enough memory?

--
  Enrico