.name
FractalU
.type
Fractal Display
.short
Fantastic new fractal program
.aminet-dir
gfx/fract
.description
A new fractalprogram with :
	* more than 50 formulas
	* a REAL formula-interpreter with more than 100 !!! scripts
	* dithering -> 256 colors even on a OCS/ECS-Amiga
	* powerful colorset-generator
	* and all the other things you found in such programms
minor update
	* some bugfixes (enforcer hits)
	* faster layout
	* smaller executable
Documentation is only in german yet. Sorry !
.version
1.62
.date
1995.10.05
.author
Stefan Kost
.distribution
Copyrighted but Freely Redistributable
.address
Holbeinstrasse 1
04229 Leipzig
Germany
.email
kost@imn.th-leipzig.de
.docs
FU.guide
.described-by
Dan Fish (daf@starfish.amigalib.com)
.submittal
Downloaded via ftp from wuarchive.wustl.edu.
.execute
set choice `RequestChoice "FractalU" "Please select an option" "View Samples" "Install" "Cancel"`
if $choice EQ "0"
  quit 5
endif
if $choice EQ "1"
  cd SamplePics
  set filechoice `RequestFile TITLE "Select File" PATTERN "(#?.iff)"`
  set dirchoice `pathname $filechoice`
  set filechoice `basename $filechoice`
  failat 21
  cd $dirchoice
  MetaTool $filechoice TEXT
endif
if $choice EQ "2"
  Installer SCRIPT Install-FU APPNAME "Fractal Universe" MINUSER expert NOPRETEND
endif
