blob: 2ed4b06a299b68e9106fc116f0174410f171ecfb (
plain)
1
2
3
4
5
6
7
|
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 nose, pysetuptools and setuptools_git.
|