On 09.02.2009, at 16:17, Jamie Clark wrote: > I like to create video phone application that will run on Windows, > Mac and Linux platforms. I like to have user interface similar to > Mirial Softphone (very good H.323/SIP based video phone software > that runs on Windows only). I plan to use this video phone software > to run in set-top box someday (i.e. hook up that set-top box to flat > screen TV via HDMI and do video chat). So the user interface will > be simple/easy to use, more like "appliance-like interface" rather > than traditional windowing interface such as Gtk+, Qt and wxWidgets > (and the native windowing system)
FLTK is a good choice for embedded systems. I used it myself on a set top box and I was pretty happy (then again, I am one of the core developers, so I better be happy with what I write ;-). > I plan to write that application in Haskell ( see haskell.org ) so I > am wondering if there is FLTK binding for Haskell available now? There once was a binding: <http://markmail.org/message/b6c76xc7csckwaix> but the site seems to be gone. Maybe there are still some useful fractions around. Matthias ---- http://robowerk.com/ _______________________________________________ fltk mailing list [email protected] http://lists.easysw.com/mailman/listinfo/fltk

