gnash-dev
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Gnash-dev] FLTK GUI committed


From: Bastiaan Jacques
Subject: [Gnash-dev] FLTK GUI committed
Date: Wed, 10 Jan 2007 20:41:59 +0100

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







reply via email to

[Prev in Thread] Current Thread [Next in Thread]