Difference between revisions of "Graphos.app"

From GNUstepWiki
Jump to navigation Jump to search
(v 0.3)
(3 intermediate revisions by the same user not shown)
Line 1: Line 1:
{{stub}}
 
 
{{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.3.tar.gz 0.3] |
releasedate = Jun 08, 2010 |
+
releasedate = May 01, 2012 |
 
license = GPL |
 
license = GPL |
overview = [[Image:Graphos_v01_art_1.jpg|thumb]]< ... > |
+
overview = [[Image:Graphos_v01_art_1.jpg|thumb]]
features = < ... > |
+
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.3 sports an improved, modeless, real-time inspector. New file format.
 +
 
 +
V. 0.2 sports a new, modernized inspector.
 +
 
 +
|
 
maintainer = Riccardo Mottola |
 
maintainer = Riccardo Mottola |
 
relatedlinks =
 
relatedlinks =

Revision as of 12:50, 1 May 2012

Vector editor for GNUstep.

Current Version: 0.3

  • Released: May 01, 2012
  • 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.3 sports an improved, modeless, real-time inspector. New file format.

V. 0.2 sports a new, modernized inspector.

Maintainer

Riccardo Mottola

Related Links

Graphos in GAP