Date: Thu, 3 Dec 92 11:05:05 CST From: csaba AT vuse DOT vanderbilt DOT edu (Csaba A. Biegl) To: djgpp-announce AT sun DOT soe DOT clarkson DOT edu Subject: SUIT and SRGP port available The DJGPP port of SUIT and SRGP is available from: uvacs.cs.virginia.edu:/incoming/guest/suitgo32.zip -- or -- uvacs.cs.virginia.edu:/incoming/guest/go32.tar.Z SUIT is a multi-platform (X window, MAC, and DOS graphics) graphical user interface toolkit, developed at the University of Virginia. SRGP is a graphics library written at Brown University. (See Foley, Van Dam: "Computer Graphics") It is implemented as a layer above X windows, or the MAC drawing primitives, and now also the GRX graphics library. The advantage of using it is that your graphics code will become portable between the aforementioned platforms. SUIT uses SRGP calls to do its drawing. The original SUIT sources are available on the same server from the directory tree: /pub/suit/..... The archives in the '/incoming/guest' directory contain the code which has the changes for the DJGPP port of SUIT. The original developers have agreed to integrate these changes into their distribution. Whenever this happens the archives in the '/incoming/guest' directory will become obsolete -- until then use these. The ".zip" archive contains DOS format files (CR-LF), while the ".tar.Z" archive contains UNIX format (LF) files with their original (sometimes longer that 8+3 chars) names. There are two "readme" files: README -- the original SUIT readme from the guys at UVA README.G32 -- the DJGPP+GRX specific info Enjoy!