home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Gold Fish 3
/
goldfish_volume_3.bin
/
files
/
gfx
/
fract
/
amountains
/
product-info
< prev
Wrap
Fred Fish's Product-Info
|
1995-10-23
|
2KB
|
54 lines
.name
AMountains
.type
Fractal Display
.short
Fractal landscape generator
.aminet-dir
gfx/fract
.description
This is an alpha release of AMountains, a fractal mountain landscape
generator. It is based on xmountains 2.4 (UNIX, X) by Stephen Booth and
was ported to the Amiga by Michael Böhnisch.
Call AMountains -? for a short description of available options. For a
quick try set up your Workbench preferences to 640×400 or bigger with as
many colours as possible (256 is nice).
In a shell window now enter
AMountains -M -r 1 -Z 0 -F 2 -G -2.0 -a 1.5 -p 6.0
.version
0.0
.author
Michael Böhnisch
Stephen Booth
.restrictions
· the paint window is currently restricted to a 620×380 Workbench window
· 68020/030 + 68881/2 or 68040 needed
· task priority fixed to -25
· no option parameter handling when called from Workbench
· ugly UNIX-Style option handling (needs complete rework)
· no source (will be included when finished)
· no documentation (try "Amountains -?" or "AMountains -H" for now)
.requirements
AmigaOS 3.0+, 68020/030 + FPU or 68040, AGA or Gfx board recommended
.distribution
Copyrighted but Freely Redistributable
.email
billy@psycho.uni-paderborn.de
.docs
AMountains.readme
.described-by
Dan Fish (daf@starfish.amigalib.com)
.submittal
Downloaded via ftp from wuarchive.wustl.edu.
.execute
set choice `RequestChoice "AMountains" "Please select an option" "View Doc" "Cancel"`
if $choice EQ "0"
quit 5
endif
if $choice EQ "1"
MetaTool AMountains.readme TEXT
endif