AquaTerm - a graphic terminal for Mac OS X

NB. These links will take you to the project site.

Screenshots
AquaTerm features
AquaTerm/gnuplot
AquaTerm/FORTRAN
AquaTerm/PGPLOT
AquaTerm/PLPLOT

Resources
Download
Documentation
Mailing Lists
Bug Reports
Feature Requests
Project Page
Browse CVS
Email comment

Licensing
BSD License

About AquaTerm

AquaTerm is a viewer app that displays vector graphics.
Other apps connect to AquaTerm using a simple API exposed by the shared libarary libaquaterm.
The API has a set of drawing commands to create vector graphic elements (lines, polygon and text)
and basic image handling (place, transform) which hopefully is a "superset" of any driver
that you would like to adapt to AquaTerm.
The API also provides a means to pass events from the display window to the client.
By writing and adding "adapters" to legacy code, very little coding is needed to give it a native
display option on OS X.

Usage examples include:
  • lightweight alternative to XWindows for apps such as gnuplot, pgplot and plplot
  • front end for legacy apps
  • graphics output from FORTRAN
  • serve as code example showing off cool features of Obj-C/Cocoa
  • your ideas here;-)

How to get help

All available AquaTerm info can be found on SourceForge,
the links on the left will take you to the corresponding section on SourceForge.
What little help there is for AquaTerm at the moment is summarized in the ReadMe file
that is part of the distribution. Please use the mailing lists for questions.