On 08.01.2010, at 03:47, Jacky Lam wrote: > Dear all, > > I am new to FLTK but attract by its easy to use and friendly to > embedded system. However, I know FLTK only support X and DirectFB as > graphic backend. But X and DirectFB is horribly large and complex. Is > FLTK support any other backend?
FLTK supports X11, MSWindows WIN32, and OS X Cocoa out of the box. There is a patch floating around for DirectFB. We did have OS/2 and even Amiga support at some time. It is relatively easy to adapt FLTK to other graphic and windowing API's, but involves some hours of careful coding. Matthias _______________________________________________ fltk mailing list [email protected] http://lists.easysw.com/mailman/listinfo/fltk

