home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #26 / NN_1992_26.iso / spool / comp / archives / 3695 < prev    next >
Encoding:
Internet Message Format  |  1992-11-04  |  2.8 KB

  1. Path: sparky!uunet!usc!sdd.hp.com!saimiri.primate.wisc.edu!ames!agate!agate!usenet
  2. From: markd@NeoSoft.com (Mark Diekhans)
  3. Newsgroups: comp.archives
  4. Subject: [comp.lang.tcl] Tcl interface to SIPP 3D rendering library available.
  5. Followup-To: comp.lang.tcl,alt.graphics.pixutils,comp.graphics
  6. Date: 5 Nov 1992 13:46:32 GMT
  7. Organization: NeoSoft Communications Services -- (713) 684-5900
  8. Lines: 51
  9. Sender: adam@soda.berkeley.edu
  10. Approved: adam@soda.berkeley.edu
  11. Distribution: world
  12. Message-ID: <1db8joINN885@agate.berkeley.edu>
  13. References: <1992Nov03.000707.9478@NeoSoft.com>
  14. NNTP-Posting-Host: soda.berkeley.edu
  15. X-Original-Newsgroups: comp.lang.tcl,alt.graphics.pixutils,comp.graphics
  16. X-Original-Date: Tue, 03 Nov 1992 00:07:07 GMT
  17.  
  18. Archive-name: auto/comp.lang.tcl/Tcl-interface-to-SIPP-3D-rendering-library-available
  19.  
  20. The following 3D rendering interface is now available via anonymous ftp:
  21.  
  22.      barkley.Berkeley.EDU:tcl/extensions/tsipp3.0a.tar.Z
  23.  
  24. Please let me know if your have any questions, comments or problems.
  25.  
  26. markd@grizzly.com
  27.  
  28.                             === Tcl-SIPP 3.0a ===
  29.  
  30.     This package provides a Tcl command interface to the SIPP rendering
  31. program.  SIPP, the SImple Polygon Processor, is a library for creating
  32. 3-dimensional scenes and rendering them using a scan-line z-buffer algorithm.
  33. Tcl is an easy to use, powerful, interpretive programming language, that is
  34. designed to be imbeddable in applications.
  35.  
  36.     Tcl-SIPP is a set of Tcl commands used to programmed SIPP without having to
  37. write and compile C code.  Commands are used to specify surfaces, objects,
  38. scenes and rendering options.  Scenes may be rendered to files in the PPM
  39. format or in Utah Raster Toolkit RLE format.
  40.  
  41.    This interface greatly speeds the development of scenes because no compile
  42. and link phase is required.  Data is represented in a simple ASCII form.
  43. This is particularly useful when for producing 3D scenes from ASCII data
  44. generated by other programs.  Since most of the work in creating a scene is
  45. still done in libsipp, the is only a small performance cost in programming from
  46. Tcl.
  47.  
  48.  
  49. REQUIREMENTS
  50. ============
  51. The following software packages are required to build and use Tcl-SIPP:
  52.  
  53.    o SIPP 3.0 - The SImple Polygon Processor
  54.         wuarchive.wustl.edu:/graphics/graphics/packages/sipp/sipp-3.0.tar.Z
  55.         isy.lie.se:/src/sipp-3.0.tar.Z (note: this site is in Sweden)
  56.  
  57.    o Tcl 6.4 - The Tcl command language
  58.         sprite.bekerley.edu:/pub/tcl/tcl6.4.tar.Z
  59.  
  60.    o TclX6.4c - Extended Tcl, an add on package for Tcl.
  61.         sprite.bekerley.edu:/pub/tcl/tclX6.4c.tar.Z
  62.         barkley.bekerley.edu:/tcl/extensions/tclX6.4c.tar.Z
  63.  
  64.    o Utah Raster Toolkit (optional) - This tool kit is great, check it out.
  65.         cs.utah.edu:/pub/urt/urt-3.0.tar.Z
  66.         cs.utah.edu:/pub/urt/urt-3.0.patch1
  67.         cs.utah.edu:/pub/urt/urt-3.0.patch2.Z
  68.  
  69.