Path: utzoo!utgpu!news-server.csri.toronto.edu!rpi!usc!cs.utexas.edu!chinacat!woody From: woody@chinacat.Unicom.COM (Woody Baker @ Eagle Signal) Newsgroups: comp.lang.postscript Subject: Re: Desperately seeking library which emits trivial postscript Summary: barton Creek Message-ID: <1968@chinacat.Unicom.COM> Date: 28 Apr 91 05:46:02 GMT References: <32295@usc> Organization: a guest of Unicom Systems Development, Austin Lines: 30 In article <32295@usc>, ajayshah@alhena.usc.edu (Ajay Shah) writes: > library whereby I can readily do this? I can readily imagine a > library where I would issue calls in a certain coordinate system There is a firm here in Austin called Barton Creek Software. 2222 Western Trails, Suite 106 Austin, Tx. 78745 512-441-8354 This company has just released an ANSI C postscript library. It sells for about $149.00 I think, and comes with source. I was a beta tester for it, and had a lot of input. It is very nice. It consists of a collection of routines, that emit postscript code. There is a very complete set of ascii printing code, a full graphics and postscript primative library, and some nice high level stuff. There is also an MS-DOS format file downloader. It uses a user supplied routine for it's output. a sample of some of the calls. ps_arcto Draw an arc ps_circle Draw a circle PS_curveto Draw a Bexier curve ps_ellipse Draw an elipse ps_fill fill the current path ps_line Draw line ps_poly Draw a polygon ps_polycurve Draw multiple curves (one of my suggestions) etc. etc. There are well over 120 functions supplied. Cheers Woody