2010-08-15 04:53:40 +08:00
|
|
|
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.
|
|
|
|
|
2010-12-19 09:44:26 +08:00
|
|
|
To build, this requires nose, pysetuptools and setuptools_git.
|