Changeset 83
- Timestamp:
- 05/22/02 02:10:41 (7 years ago)
- Files:
-
- trunk/homepage/index.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/homepage/index.php
r74 r83 20 20 Java. Those Java tools however focus to much on the code, not on the design 21 21 aspect of UML. The quality of the diagrams that are produced with todays 22 tools no not have a high quality. With Gaphor we aim for better high level UML23 designs and more pretty looking d ocumentation.22 tools do not have a high quality. With Gaphor we aim for better high level UML 23 designs and more pretty looking diagrams and documentation. 24 24 25 <p>Gaphor is developed in C and<a href="http://www.python.org">Python</a>.25 <p>Gaphor is developed in <a href="http://www.python.org">Python</a>. 26 26 It uses the <a href="http://www.gtk.org">GTK+</a> user interface toolkit and 27 27 <a href="http://diacanvas.sourceforge.net">DiaCanvas2</a> diagramming library. 28 Most of the code will be written in Python, except for some performance29 critical modules (like diagram drawing).30 By combining the use of use and extensibility of Python with the speed of C, a31 better application can be produced in less time (which performs good ;-).32 28 Check out the <a href="documentation.php">documentation</a> for more details. 33 29
