Difference between revisions of "Graphos.app"

From GNUstepWiki
Jump to navigation Jump to search
(v 0.3)
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.3.tar.gz 0.3] |
+
currentversion = [http://savannah.nongnu.org/download/gap/Graphos-0.5.tar.gz 0.5] |
releasedate = May 01, 2012 |
+
releasedate = Oct 15, 2013 |
 
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.5 sports improved Text object, improved selection
  
 
V. 0.3 sports an improved, modeless, real-time inspector. New file format.
 
V. 0.3 sports an improved, modeless, real-time inspector. New file format.

Revision as of 21:15, 15 October 2013

Vector editor for GNUstep.

Current Version: 0.5

  • Released: Oct 15, 2013
  • 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.5 sports improved Text object, improved selection

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