home *** CD-ROM | disk | FTP | other *** search
/ Gold Fish 3 / goldfish_volume_3.bin / files / gfx / fract / amountains / product-info < prev   
Fred Fish's Product-Info  |  1995-10-23  |  2KB  |  54 lines

  1. .name
  2. AMountains
  3. .type
  4. Fractal Display
  5. .short
  6. Fractal landscape generator
  7. .aminet-dir
  8. gfx/fract
  9. .description
  10. This  is  an  alpha  release  of  AMountains,  a fractal mountain landscape
  11. generator.   It  is  based on xmountains 2.4 (UNIX, X) by Stephen Booth and
  12. was ported to the Amiga by Michael Böhnisch.
  13.  
  14. Call  AMountains  -?   for a short description of available options.  For a
  15. quick try set up your Workbench preferences to 640×400 or  bigger  with  as
  16. many colours as possible (256 is nice).
  17.  
  18. In a shell window now enter
  19.  
  20.     AMountains -M -r 1 -Z 0 -F 2 -G -2.0 -a 1.5 -p 6.0
  21. .version
  22. 0.0
  23. .author
  24. Michael Böhnisch
  25. Stephen Booth
  26. .restrictions
  27.  · the paint window is currently restricted to a 620×380 Workbench window
  28.  · 68020/030 + 68881/2 or 68040 needed
  29.  · task priority fixed to -25
  30.  · no option parameter handling when called from Workbench
  31.  · ugly UNIX-Style option handling (needs complete rework)
  32.  · no source (will be included when finished)
  33.  · no documentation (try "Amountains -?" or "AMountains -H" for now)
  34. .requirements
  35. AmigaOS 3.0+, 68020/030 + FPU or 68040, AGA or Gfx board recommended
  36. .distribution
  37. Copyrighted but Freely Redistributable
  38. .email
  39. billy@psycho.uni-paderborn.de
  40. .docs
  41. AMountains.readme
  42. .described-by
  43. Dan Fish (daf@starfish.amigalib.com)
  44. .submittal
  45. Downloaded via ftp from wuarchive.wustl.edu.
  46. .execute
  47. set choice `RequestChoice "AMountains" "Please select an option" "View Doc" "Cancel"`
  48. if $choice EQ "0"
  49.   quit 5
  50. endif
  51. if $choice EQ "1"
  52.   MetaTool AMountains.readme TEXT
  53. endif
  54.