
Here's my new canvas widget for GTK+. You'll need GTK+ 2.8 to try it.

It is similar in many ways to FooCanvas, hence the name. But it uses cairo
for rendering, has a model/view split, and uses interfaces for items & views
(so you can easily turn any application object into a canvas item or view).

It is usable now, though the API may change slightly before 1.0.

To build it run './configure' and 'make'. To run the demo cd into 'demo' and
run './demo'. (Or run ./simple-demo for the very simple demo.)

Damon Chaplin (damon@gnome.org)

(FooCanvas can be found in GNOME cvs in the 'foocanvas' module.
FooCanvas was based on GnomeCanvas, which is in the 'libgnomecanvas' module.)
