Difference between revisions of "Graphos.app"

From GNUstepWiki
Jump to navigation Jump to search
(removed stub status)
 
(3 intermediate revisions by the same user not shown)
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.6.tar.gz 0.6] |
releasedate = Jun 08, 2010 |
+
releasedate = Apr 23, 2017 |
 
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.6 Cusps and Symmetric bezier path control points. Bitmap image objects. Improved text object and editor.
 +
 +
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 |
 
maintainer = Riccardo Mottola |

Latest revision as of 16:33, 27 April 2017

Vector editor for GNUstep.

Current Version: 0.6

  • Released: Apr 23, 2017
  • 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.6 Cusps and Symmetric bezier path control points. Bitmap image objects. Improved text object and editor.

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