Hi, I've just committed the brand new FLTK GUI.
FLTK is the Fast Light Toolkit, which is an ultra-portable light-weight GUI library, particularly suitable for embedded and thin systems. [1] The FLTK GUI is intended to be a feature rich replacement for the SDL GUI. The new FLTK GUI implementation requires FLTK-2.0.x; right now, that means installing a 2.0.x development snapshot. When you've installed such a snapshot, you can compile the FLTK GUI by running: ./configure --enable-gui=fltk --enable-renderer=agg The initial implementation supports the Agg and Cairo backends. OpenGL is not supported. The FLTK GUI should be feature complete with a menu, mouse and keyboard events and window resizing. There is one known bug: under some circumstances, the rendering area draws over the FLTK menu; this requires some hovering with the mouse for the menu to become visible again. Have fun! Bastiaan _______________________________________________ Gnash-dev mailing list [email protected] http://lists.gnu.org/mailman/listinfo/gnash-dev

