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

  1. Path: sparky!uunet!spool.mu.edu!agate!agate!usenet
  2. From: streit@ism.unibe.ch (Christoph Streit)
  3. Newsgroups: comp.archives
  4. Subject: [comp.graphics.animation] graphtal 1.0 : First public release available
  5. Followup-To: comp.graphics.animation
  6. Date: 5 Nov 1992 13:44:17 GMT
  7. Organization: University of Berne, Switzerland
  8. Lines: 59
  9. Sender: adam@soda.berkeley.edu
  10. Approved: adam@soda.berkeley.edu
  11. Distribution: world
  12. Message-ID: <1db8fhINN87o@agate.berkeley.edu>
  13. References: <1992Nov4.103332.16979@aragorn.unibe.ch>
  14. NNTP-Posting-Host: soda.berkeley.edu
  15. X-Original-Newsgroups: comp.graphics.animation
  16. X-Original-Date: Wed, 4 Nov 1992 10:33:32 GMT
  17.  
  18. Archive-name: auto/comp.graphics.animation/graphtal-1-0-First-public-release-available
  19.  
  20. The first public release of graphtal is now available via anonymous 
  21. ftp at iamsun.unibe.ch (130.92.64.10) and is found as 
  22. /Graphics/graphtal-1.0.tar.Z or 
  23. /Graphics/graphtal_no_bison_no_flex-1.0.tar.Z.
  24.  
  25. graphtal is an L-system interpreter.
  26. The following features are included:
  27.  
  28. o  D0L-systems,
  29. o  tables of productions,
  30. o  productions with parameters,
  31. o  stochastically applied productions,
  32. o  global and local constants,
  33. o  hull definitions (turtle interpretation with regard to
  34.    these hulls),
  35. o  production parameters may be strings or real values,
  36. o  animations support,
  37. o  turtle interpreter with macros,
  38. o  preview for X11,
  39. o  zBuffer preview and output for rayshade.
  40.  
  41. What you will need:
  42.  
  43. - C++ compiler (g++ doesn't work)
  44. - bison and flex (if not available, get graphtal_no_bison_no_flex.tar.Z)
  45. - rayshade 4.0.6 and the URT toolkit (not necessary)
  46.  
  47. How do you compile graphtal:
  48.  
  49. - Get the source.
  50. - zcat graphtal.tar.Z | tar xvf -
  51. - cd graphtal
  52. - Edit the Makefile to set the compiler you have.
  53. - make depend
  54. - make
  55. - execute an example:
  56.     graphtal -d x11wire Examples/birchtree.lsys
  57.  
  58. Supported platforms:
  59.  
  60. - Sun SparcStations with Sun C++ 2.1, Sun C++ 3.0, AT&T 2.0 and AT&T 3.0
  61. - IBM RS/6000 with AT&T C++ 2.0
  62. - DEC Station with DEC C++ 1.0
  63.  
  64. Examples:
  65.  
  66. In the directory graphtal/Examples some interesting L-systems are 
  67. included. The animation scripts will need nawk or gawk in order
  68. to work.
  69.  
  70.  
  71. Please send bugs (accompanied by L-systems causing them),
  72. interesting L-systems for inclusion in the release, enhancements,
  73. and suggestions to the author via email.
  74.  
  75. Christoph Streit (streit@iam.unibe.ch)
  76.  
  77.