|
|
||
|
Am 03.01.11 19:12, schrieb Gaspard Bucher:
Indeed.
> This reminds me a lot of Qt's QML
> language http://doc.qt.nokia.com/4.7-snapshot/qdeclarativeintroduction.html
>
> I first thought I would be using QML to create the GUI but then I find
> it easier to test and build things step by step in Lua.
Hm, can you give a bit longer example of your idea? I seem not to grasp
> In your article, you are using the constructors inside the table and not
> just their name. Why not use names and "execute" the view with for loops
> (or recursively by passing the table in the constructor) :
>
> |{
> class='HBoxLayout',
> x=0, y=0, width=300, height=150,
> children={ ... },
> }|
what you mean here...
- Marc
> <mailto:[email protected]>> wrote:
>
> A short article by me about using Lua for graphical user interfaces:
>
> http://www.vnode.ch/lua_gui
>
> (beware, it involves OpenMotif ;)
>
>