Welcome
to the Form Function
Library (FFL)
The Form Function Library (FFL) is a Mac OS X library
which lets your application create and display graphs, in their own
windows,
in one statement.
For example, if your paint program collects statistics
about how many pixels are colored at what intensities
of red, green, and blue, you throw out one window with
three graphs in 3 statements (one for each graph). Or
put out three windows each with one graph, in 3 statements.
It's also useful for debugging
(throw out a graph of the data you've
just collected). And prototyping (use FFL's windows for
your graphs until you have time to design and implement
your own).
Source code tar balls for FFL, and a demo app using it, are here.
Screen shots are here.
Links to related projects and prerequisites are here.
The standard source forge development page is here.