home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #30 / NN_1992_30.iso / spool / comp / graphics / 12815 < prev    next >
Encoding:
Text File  |  1992-12-12  |  9.1 KB  |  306 lines

  1. Newsgroups: comp.graphics
  2. Path: sparky!uunet!zaphod.mps.ohio-state.edu!magnus.acs.ohio-state.edu!usenet.ins.cwru.edu!agate!stanford.edu!rock!concert!uvaarpa!murdoch!uvacs.cs.Virginia.EDU!suit
  3. From: suit@uvacs.cs.Virginia.EDU (The Simple User Interface Toolkit)
  4. Subject: ANNOUNCE: SUIT 2.3, An easy-to-learn GUI toolkit
  5. Message-ID: <1992Dec12.211602.8117@murdoch.acc.Virginia.EDU>
  6. Sender: usenet@murdoch.acc.Virginia.EDU
  7. Reply-To: mjc4y@uvacs.cs.Virginia.EDU
  8. Organization: UVa Computer Science Dept.
  9. Date: Sat, 12 Dec 1992 21:16:02 GMT
  10. Lines: 294
  11.  
  12.                  SUIT
  13.  
  14.           The Simple User Interface Toolkit
  15.          is now available for anonymous FTP.
  16.     Copyright 1990, 1991, 1992, the University of Virginia
  17.  
  18. ---------------------------------------------------------------------------
  19.                 What Is SUIT?
  20. ---------------------------------------------------------------------------
  21. SUIT is a standard library of GUI screen components (buttons, menus,
  22. sliders, etc.), and allows *interactive layout* and specification of user
  23. interfaces even while the application runs. SUIT is portable. Programs
  24. using SUIT are written in ANSI-C, and run across all platforms with exactly
  25. the same source code. Currently, SUIT runs on:
  26.     * UNIX/X platforms: SPARC, SGI, IBM RS/6000, DECSTATION, Sun3
  27.     * Color Macintosh & Macintosh Powerbooks
  28.     * DOS 5.0
  29.     * MS-Windows 3.1
  30.  
  31. This file contains information about what SUIT is, who uses it, where
  32. to go if you need help with SUIT and of course, what you need to do to
  33. get SUIT installed where you are.
  34.  
  35. ---------------------------------------------------------------------------
  36.                   Why SUIT?
  37. ---------------------------------------------------------------------------
  38. After experiences with other GUI toolkits, we found them all TOO HARD TO
  39. LEARN, and have spent the last two years building a system that is easy to
  40. learn.  How easy?  We've documented that undergraduates can use SUIT
  41. productively after 2 hours with our ten page tutorial. We also have a 160
  42. page detailed reference manual, and tons of example programs that show how
  43. to use various widgets and features. 
  44.  
  45. ---------------------------------------------------------------------------
  46.                 Who Uses SUIT?
  47. ---------------------------------------------------------------------------
  48. SUIT has already been used at a large number of beta sites; to help
  49. convince you that SUIT isn't "flakeware," we are asking for "soliticed
  50. testimonials" from SUIT users, vouching for SUIT's stability and ease of
  51. use. Look for them on this newsgroup.
  52.  
  53. ---------------------------------------------------------------------------
  54.               Who Can Get SUIT?
  55. ---------------------------------------------------------------------------
  56. SUIT, including all its source code, is available without charge to
  57. Universities and other non-profit institutions.  For-profit
  58. organizations can purchase SUIT site licenses for a hefty fee. We are
  59. currenlty thinking about single-CPU liscenses as well. If you are
  60. interested in this option, send us mail and let us know what you think
  61. the software is worth to you. The address to mail is: 
  62.  
  63.             suit@uvacs.cs.virginia.edu 
  64.  
  65. No one may redistribute SUIT without our express written permission,
  66. but executable programs built with SUIT may be redistributed.
  67.  
  68. Anyone may ftp SUIT for evaluation purposes.
  69.  
  70.  
  71. ---------------------------------------------------------------------------
  72.        What Do I Need At My Site In Order To Use SUIT?
  73. ---------------------------------------------------------------------------
  74. This depends on the platform you will use:
  75.  
  76. UNIX/X: 
  77.     You will need at least X11R4 and gcc 2.1 or later
  78.     or any ANSI-compatible C compiler. 
  79.     (If all you have is gcc 1.3X, send us mail. 'gcc -v'
  80.     is how to find out what you have).        
  81.  
  82.     On the RS6000, SUIT is known to work with 
  83.     version 3.1.5 and 3.1.6 of the operating system 
  84.     and version 1.1 of the xlc compiler. 
  85.                 
  86. MAC:
  87.     System 6.0 or 7.0 and Think C 5.0
  88.  
  89. DOS:
  90.     DOS version 5.0 and Borland C++ version 3.1
  91.  
  92. WINDOWS:
  93.     Microsoft Windows 3.1 and Borland C++ version 3.1
  94.  
  95. ---------------------------------------------------------------------------
  96.               How Do I Get SUIT?
  97. ---------------------------------------------------------------------------
  98. Getting SUIT is easy: below are instructions for getting the SUIT demo
  99. program and a README file that walks you through some of SUIT's most
  100. powerful features. This README also shows you how to get the entire
  101. SUIT distribution.
  102.  
  103. The more verbose set of instructions included below is also available
  104. by typing
  105.  
  106.         finger suit@uvacs.cs.virginia.edu
  107.  
  108.  
  109. Short Instructions For Wizards:
  110. -------------------------------
  111.     anonymous ftp to 128.143.8.100 
  112.     cd pub/suit/demo/{sparc,dec,etc}  <----- your platform type here
  113.  
  114.     get README
  115.     get demo.sui
  116.     get demo      (on DOS & MS windows, this is demo.exe)
  117.  
  118.     remember to use binary transfer
  119.  
  120.  
  121. Full Details For Normal People:  
  122. -------------------------------
  123.     The demo is made up of the following files:
  124.  
  125.     demo        -- an executable demo program
  126.                 (demo.exe on DOS/Windows platforms)
  127.     demo.sui     -- a support data file that demo needs
  128.     README        -- an ASCII text file that explains SUIT and 
  129.                 tells how to get the whole SUIT distribution
  130.  
  131.     The files are in the directory
  132.         pub/suit/demo/<arch> 
  133.  
  134.     where <arch> is one of the following supported architectures:
  135.         sparc
  136.         sun3
  137.         rs6000
  138.         sgi (note: this version uses X-windows, not "straight GL") 
  139.         dec
  140.         dos
  141.         windows_3.1
  142.         mac (these files are binhexed) 
  143.  
  144.     Download these three files and run demo program (detailed
  145.     directions are below, if you need them). If you like the demo,
  146.     the README file has step by step instructions for getting
  147.     the entire SUIT distribution. 
  148.     
  149.     Again, thanks for your interest in SUIT. 
  150.  
  151.                 ---- The SUIT Development Team
  152.  
  153.  
  154.  
  155.     =================================================
  156.     DETAILED DIRECTIONS FOR DOWNLOADING THE SUIT DEMO:
  157.     =================================================
  158.  
  159.     ------------------------------
  160.     1.) Initiate ftp to our machine at UVa.
  161.  
  162.     Type the following command:
  163.  
  164.         ftp 128.143.8.100
  165.  
  166.      You should see something that looks like:
  167.  
  168.         Connected to 128.143.8.100.
  169.         220 server0 FTP server (Version 6.10 Tue Mar 17 09:07:50 EST 1992) ready.
  170.         Name (128.143.8.100:CookieMonster):
  171.  
  172.     where "CookieMonster" is your login ID.
  173.  
  174.  
  175.     ------------------------------
  176.     2.) Log in to our machine at UVa.
  177.  
  178.     At the prompt, type: 
  179.  
  180.         anonymous
  181.     
  182.     You should see something like this:
  183.     
  184.         331 Guest login ok, send ident as password.
  185.         Password:
  186.  
  187.     ------------------------------
  188.     3.) Type in your local login ID as a courtesy. 
  189.     This will not be echoed back to you, so don't panic.
  190.  
  191.     You will see:    
  192.  
  193.         230 Guest login ok, access restrictions apply.
  194.         ftp>
  195.  
  196.     ------------------------------
  197.     4.) Set the transfer mode to binary.
  198.     
  199.     Type:
  200.         binary
  201.  
  202.     ------------------------------
  203.     5.) Change to the SUIT demo directory.
  204.  
  205.     Type:    
  206.         cd /pub/suit/demo
  207.  
  208.     ------------------------------
  209.     6.) Change into the directory for your machine type
  210.         choices are:
  211.         sparc 
  212.         sun3
  213.     Type:
  214.         cd sparc 
  215.             OR
  216.         cd sun3 
  217.             ETC..
  218.         
  219.     ------------------------------
  220.     7.) Get the files.
  221.  
  222.     Type: 
  223.         get README
  224.         get demo.sui
  225.         get demo
  226.  
  227.     demo is a big file. 
  228.     It might take some time.
  229.     ------------------------------
  230.     8.) Quit ftp
  231.     
  232.     Type: 
  233.         quit
  234.  
  235.     ------------------------------
  236.     9.) Make the file runnable:
  237.     
  238.     Type:
  239.         chmod ugo+x demo
  240.  
  241.     ------------------------------
  242.     10.) For Unix users: 
  243.         Get into X windows, 
  244.              if you are not already there
  245.     
  246.     ------------------------------
  247.     11.) Run the demo
  248.     
  249.     Type: 
  250.         demo
  251.  
  252.     And read the README file, which will tell you how to
  253.     interact with the demo program.
  254.  
  255.  
  256. ========================================================================
  257.  
  258. ---------------------------------------------------------------------------
  259.                How Do I Get SUIT Help?
  260. ---------------------------------------------------------------------------
  261.  
  262. As we said, SUIT comes with a 160 page reference manual and lots of
  263. example programs. If you need more help, you can sign up to the SUIT
  264. mailing list. Just send mail to 
  265.  
  266.         suit-users-request@uvacs.cs.Virginia.EDU
  267.  
  268. to sign up for the mailing list. After that, you can post messages to
  269. the mailing list after you're signed up by sending mail to
  270.  
  271.         suit-users@uvacs.cs.Virginia.EDU
  272.  
  273. If you need to talk to one of the SUIT implementors directly, you can send
  274. mail to:
  275.         suit@uvacs.cs.Virginia.EDU
  276.  
  277. We can usually get a response to you in about 48 hours. 
  278.  
  279. =========================================================================
  280.  
  281. We hope you give SUIT a try. If you want more information about SUIT,
  282. or have questions that are not answered here, please feel free to send
  283. us mail. We are eager to hear your suggestions and comments. 
  284.  
  285.                         
  286.                         -- The SUIT Team
  287.  
  288.  
  289.  
  290.  
  291.  
  292.  
  293.  
  294. -- 
  295. -------------------------------------------------------------------------------
  296.    _____   _    _   _____   _______
  297.   / ____) | |  | | (_   _) (__   __)   the Simple User Interface Toolkit
  298.  / /      | |  | |   | |      | |
  299.  \ \___   | |  | |   | |      | |                developed at
  300.   \___ \  | |  | |   | |      | |         Computer Science Department
  301.       \ \ | |  | |   | |      | |           University of Virginia
  302.   ____/ / \ \__/ /  _| |_     | |         
  303.  (_____/   \____/  (_____)    |_|        e-mail: suit@uvacs.cs.Virginia.EDU
  304.  
  305. -------------------------------------------------------------------------------
  306.