Programming and Scripting :: Learning (murga)Lua



Ok thx for your responses :)
Is there a program where i can make fltk gui's just by selecting some tools and then kinda draw buttons and stuff?
I saw something like that on John Murga's site. It looks like Gambas or Eclipse.

It's called Fluid, and is included with both the FLTK and murgaLua packages. It is also included with fltk.uci, although that is not the most recent version.

Since Fluid generates C++ code, it is necessary to translate it to murgaLua. There is a script available in the murgaLua package that will do this (not always 100%, but pretty close).

cool :) i'll check that out

original here.