summaryrefslogtreecommitdiff
path: root/libraries/gaphas/README
blob: d4a1ade6da53258322075ce40868c3689db7ffe0 (plain)
1
2
3
4
5
6
7
8
9
gaphas (GTK+ based diagramming widget)

Gaphas is a MVC canvas that uses Cairo for rendering.  One of the
nicer things of this widget is that the user (model) is not bothered
with bounding box calculations: this is all done through Cairo.

This requires decorator and simplegeneric.

To build, this requires pysetuptools and setuptools_git.