Difference between revisions of "Graphos.app"

From GNUstepWiki
Jump to navigation Jump to search
(removed stub status)
Line 1: Line 1:
 
{{Application|
 
{{Application|
 
shortdescription = Vector editor for GNUstep. |
 
shortdescription = Vector editor for GNUstep. |
currentversion = [http://savannah.nongnu.org/download/gap/Graphos-0.1.tar.gz 0.1] |
+
currentversion = [http://savannah.nongnu.org/download/gap/Graphos-0.2.tar.gz 0.2] |
releasedate = Jun 08, 2010 |
+
releasedate = Dec 24, 2010 |
 
license = GPL |
 
license = GPL |
 
overview = [[Image:Graphos_v01_art_1.jpg|thumb]]
 
overview = [[Image:Graphos_v01_art_1.jpg|thumb]]
Line 17: Line 17:
 
* Boxes
 
* Boxes
 
* Circles
 
* Circles
 +
 +
V. 0.2 sports a new, modernized inspector.
 +
 
|
 
|
 
maintainer = Riccardo Mottola |
 
maintainer = Riccardo Mottola |

Revision as of 10:40, 25 December 2010

Vector editor for GNUstep.

Current Version: 0.2

  • Released: Dec 24, 2010
  • Licensed: GPL

Overview

Graphos v01 art 1.jpg

Graphos is a vector drawing application centered around bezier paths.

Graphos roots are directly set in GDraw, written by Enrico Sersale and released in 2000. Version 0.1 of Graphos is a direct descendant of GDraw: the interface is almost unchanged, but the application has been refactored, reorganized, debugged, rewritten and updated.

The main changes were the transition from post-script to NSBezierPath drawing, total rearrangement of the objects into Drawable Objects and their Editors organized hierarchically and the porting to Macintosh. Finally, after the rearrangement was complete, it was possible to create the Circle tool of which there was no working version in the GDraw tarball I was able to get.

The Undo function was redone from scratch and Graphos 0.1 supports one level of undo for creating and editing of objects.

Features

  • Bezier paths
  • Boxes
  • Circles

V. 0.2 sports a new, modernized inspector.

Maintainer

Riccardo Mottola

Related Links

Graphos in GAP