lua-users home
lua-l archive

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


2016-06-10 9:36 GMT+02:00 steve donovan <steve.j.donovan@gmail.com>:
>
> On Fri, Jun 10, 2016 at 12:56 AM, Rena <hyperhacker@gmail.com> wrote:
> > provides GTK, GDK, and other GNOME libraries' API to Lua. It's not the most
> > friendly (since it's a direct translation of the C API) but it's very
> > powerful, and not too difficult if you're already familiar with that API
> > from another language.
>
> It's a good option on Debian-based distros since it's apt-gettable.
> But the documentation hole is immense if you don't know enough C to
> read the C docs and perform the mental translation to the Lua API.
> Rewriting the docs for Lua would be a big undertaking, even if
> semi-automated.

This is a problem with almost all the Lua bindings I have seen
for graphics toolkits. What would be nice is a Lua module that
provides an abstraction layer for the more commonly needed
operations, such as the one Love2D has.