[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: Porting a lua program with GUI to windows
- From: Michael Gerbracht <smartmails@...>
- Date: Sat, 05 Jan 2013 11:21:21 +0100
In article
<CAO98HR3U4fbBRud_2Qy_m5DwVhgkOb1cF14NExmDGBLmwOLTTg@mail.gmail.com>, Bo HOU
<enstb.bhou@gmail.com> wrote:
> Have you tried lua IUP? I have made a similar scientific program with it
> one year ago. It works well in Linux and Windows. I hvn't tried it on Mac
> OS. But I don't think there would be a problem.
> Lua IUP: http://www.tecgraf.puc-rio.br/iup/
Thanks, I did not know IUP. It looks very good! Still I fear that it will
miss some special features I may need for my program. There are a lot of
scientific programs out there and my motivation for writing another one is
the GUI which is often lacking on other programs. So I do not want to accept
any compromise on the GUI - I want it the way I have in my mind. Maybe it's
not fair because I only had a quick look on IUP but I just guess that it has
less features when compared to .net which seems to work with lua.
Michael