home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #27 / NN_1992_27.iso / spool / comp / graphics / 12141 < prev    next >
Encoding:
Internet Message Format  |  1992-11-17  |  2.9 KB

  1. Xref: sparky comp.graphics:12141 comp.graphics.animation:1071
  2. Newsgroups: comp.graphics,comp.graphics.animation
  3. Path: sparky!uunet!usc!rpi!ghost.dsi.unimi.it!univ-lyon1.fr!chx400!aragorn.unibe.ch!lupo!streit
  4. From: streit@iam.unibe.ch (Christoph Streit)
  5. Subject: graphtal 1.0 available again!
  6. Message-ID: <1992Nov20.140529.7101@aragorn.unibe.ch>
  7. Sender: news@aragorn.unibe.ch
  8. Reply-To: streit@iam.unibe.ch
  9. Organization: Dept. of Computer Science, University of Berne, Switzerland
  10. Date: Fri, 20 Nov 1992 14:05:29 GMT
  11. Lines: 72
  12.  
  13.  
  14. The L-system interpreter graphtal 1.0 is available 
  15. again via anonymous FTP at iamsun.unibe.ch (130.92.64.10) and 
  16. is found as /Graphics/graphtal-1.0.tar.Z or 
  17. /Graphics/graphtal_no_bison_no_flex-1.0.tar.Z.
  18.  
  19. ______________________________________________________________
  20.  
  21. Sorry for the inconvenience, but we had to remove graphtal
  22. from our FTP server for the following reason:
  23.  
  24. Jonathan P. Leech (leech@cs.unc.edu) blamed me for not including
  25. references to his L-system package 'lsys'. There's no excuse for
  26. my behaviour. Anyhow, I'd like to apologize for misusing Jon 
  27. Leech's effort in that way and I hope that he is satisfied with 
  28. the references added. Please look at the README file for more 
  29. details.
  30. ______________________________________________________________
  31.  
  32.  
  33. graphtal is an L-system interpreter and is e.g. useful for the
  34. following tasks:
  35.  
  36. o generation of geometric objects like trees, plants, 
  37.   skyscrapers, ...
  38. o you can produce different kinds of output including 
  39.   output for rayshade, X11 or ppm (portable pixmap).
  40. o you can use the models produced by graphtal in your own images.
  41. o you can compute animations with graphtal (refer to the examples).
  42. o some example L-system descriptions are included (birchtree, 
  43.   firtree, a plant, ...) to start with.
  44.  
  45. Features of graphtal:
  46.  
  47. o  D0L-systems,
  48. o  tables of productions,
  49. o  productions with parameters,
  50. o  stochastically applied productions,
  51. o  global and local constants,
  52. o  hull definitions (turtle interpretation with regard to
  53.    these hulls),
  54. o  production parameters may be strings or real values,
  55. o  animations support,
  56. o  turtle interpreter with macros,
  57. o  preview for X11,
  58. o  Z-buffer preview and output for rayshade.
  59.  
  60. What you will need:
  61.  
  62. - C++ compiler 
  63. - bison and flex (if not available get graphtal_no_bison_no_flex.tar.Z)
  64. - rayshade 4.0.6 and the URT toolkit (necessary for the rayshade driver)
  65.  
  66. Supported platforms:
  67.  
  68. - Sun SparcStations with Sun C++ 2.1, Sun C++ 3.0, AT&T 2.0, AT&T 3.0
  69.   and g++ 2.2.2
  70. - IBM RS/6000 with AT&T C++ 2.0
  71. - DEC Station with DEC C++ 1.0 or g++
  72.  
  73. Examples:
  74.  
  75. In the directory graphtal/Examples some interesting L-systems are 
  76. included. The animation scripts will need nawk or gawk in order
  77. to work.
  78.  
  79. Please send bugs (accompanied by L-systems causing them),
  80. interesting L-systems for inclusion in the release, enhancements,
  81. and suggestions to the author via email.
  82.  
  83. Christoph Streit (streit@iam.unibe.ch)
  84.  
  85.