home *** CD-ROM | disk | FTP | other *** search
/ Gold Fish 3 / goldfish_volume_3.bin / files / gfx / fract / fractalu / product-info < prev    next >
Encoding:
Fred Fish's Product-Info  |  1995-10-25  |  1.3 KB  |  58 lines

  1. .name
  2. FractalU
  3. .type
  4. Fractal Display
  5. .short
  6. Fantastic new fractal program
  7. .aminet-dir
  8. gfx/fract
  9. .description
  10. A new fractalprogram with :
  11.     * more than 50 formulas
  12.     * a REAL formula-interpreter with more than 100 !!! scripts
  13.     * dithering -> 256 colors even on a OCS/ECS-Amiga
  14.     * powerful colorset-generator
  15.     * and all the other things you found in such programms
  16. minor update
  17.     * some bugfixes (enforcer hits)
  18.     * faster layout
  19.     * smaller executable
  20. Documentation is only in german yet. Sorry !
  21. .version
  22. 1.62
  23. .date
  24. 1995.10.05
  25. .author
  26. Stefan Kost
  27. .distribution
  28. Copyrighted but Freely Redistributable
  29. .address
  30. Holbeinstrasse 1
  31. 04229 Leipzig
  32. Germany
  33. .email
  34. kost@imn.th-leipzig.de
  35. .docs
  36. FU.guide
  37. .described-by
  38. Dan Fish (daf@starfish.amigalib.com)
  39. .submittal
  40. Downloaded via ftp from wuarchive.wustl.edu.
  41. .execute
  42. set choice `RequestChoice "FractalU" "Please select an option" "View Samples" "Install" "Cancel"`
  43. if $choice EQ "0"
  44.   quit 5
  45. endif
  46. if $choice EQ "1"
  47.   cd SamplePics
  48.   set filechoice `RequestFile TITLE "Select File" PATTERN "(#?.iff)"`
  49.   set dirchoice `pathname $filechoice`
  50.   set filechoice `basename $filechoice`
  51.   failat 21
  52.   cd $dirchoice
  53.   MetaTool $filechoice TEXT
  54. endif
  55. if $choice EQ "2"
  56.   Installer SCRIPT Install-FU APPNAME "Fractal Universe" MINUSER expert NOPRETEND
  57. endif
  58.