Guillaume DualC) wrote: > On Thu, 7 Oct 2010 09:33:44 -0300, "Christiano F. Haesbaert" > <haesba...@haesbaert.org> wrote: >> Why not make a curses GUI ? I find it much more useful than gtk/qt (IMHO). > > In my opinion, the aim of this project is to provide a graphical tool, > which can be inserted in some WM like XFCE, etc. > Guillaume.
FLTK is in ports. It creates small, fast and portable standalone GUIs. I've used it to make a few simple GUI frontends. I like it better than Python/WxWidgets, or Python/QT, GTK, etc. Brad