Re: Tolua GUI binding
[
Date Prev][
Date Next][
Thread Prev][
Thread Next]
[
Date Index]
[
Thread Index]
- Subject: Re: Tolua GUI binding
- From: Juergen Fuhrmann <fuhrmann@...>
- Date: 2004年6月28日 17:36:44 +0200 (CEST)
> 2004年6月21日 14:39:47 +0400
> "Grisha" <grisha@eagle.ru> wrote:
>
> Hi, Waldemar
>
> I'v been looking for different GUI libs with ready bindings to Lua, and
> encountered FLTK (http://www.fltk.org/) with Lua binding for it
> (http://lua-fltk.sourceforge.net).
>
Hi, here is a suggestion:
FLTK has a second, C style legacy API called forms. There are also
some references and examples in the internet concerning the "Forms
library" which somehow is a predecessor of fltk.
It is quite straightforward to bind this interface using plain tolua.
I did this and I am quite satisfied with this option. It is
straightforward as well to add FL_Tabs and other new classes to this
GUI, or to set up an OpenGL context writeable from Lua.
If I will find the time to do the release and documentation work, I
could publish the code, but ... no promises.
Juergen Fuhrmann