Gaphas: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
| (One intermediate revision by the same user not shown) | |||
| Line 1: | Line 1: | ||
Gaphas is a Cairo-based canvas API similar to gnome-canvas, ccc, goocanvas and many others. It is written in pure Python, making it a little easier to work with than some of the comparable libraries. It is also written in a very well-laid-out, logical way using high-level Python constructs. It is a modern and extremely extensible piece of code. | [[Image:Gaphor-screenshot.png|thumb|300px|right|A screenshot from Gaphor, a diagramming tool based on Gaphas]] | ||
'''Gaphas''' is a Cairo-based canvas API similar to gnome-canvas, ccc, goocanvas and many others. It is written in pure Python, making it a little easier to work with than some of the comparable libraries. It is also written in a very well-laid-out, logical way using high-level Python constructs. It is a modern and extremely extensible piece of code. | |||
The development of Gaphas occurs at http://github.com/amolenaar/gaphas. | The development of Gaphas occurs at http://github.com/amolenaar/gaphas. | ||
Latest revision as of 13:35, 7 June 2010

Gaphas is a Cairo-based canvas API similar to gnome-canvas, ccc, goocanvas and many others. It is written in pure Python, making it a little easier to work with than some of the comparable libraries. It is also written in a very well-laid-out, logical way using high-level Python constructs. It is a modern and extremely extensible piece of code.
The development of Gaphas occurs at http://github.com/amolenaar/gaphas.
The latest release of Gaphas is also usually available using 'easy_install' or via the PyPI site: http://pypi.python.org/pypi/gaphas/.
Gaphas is an integral part of the UML diagramming too, Gaphor.