home *** CD-ROM | disk | FTP | other *** search
/ Vectronix 2 / VECTRONIX2.iso / FILES_10 / SCAPE1_2.LZH / SCAPE.DOC < prev    next >
Text File  |  1994-04-13  |  2KB  |  54 lines

  1. ** SCAPE.PRG Version 1.2 ***
  2.  
  3. scape.prg creates random planetary space scenes. Just run the program
  4. and see for yourself.  The following keys are available after the Bell
  5. tone is heard.  The bell tone indicates picture drawing or saving has
  6. completed.  But you will only have about 45 seconds to react before the 
  7. next plot is started.
  8.  
  9. <ENTER>   : Bypasses wait delay and starts new plot.
  10. <ESC>     : Returns you to the desktop.
  11. <SPACE>   : Hold picture in place for viewing. Press any key again
  12.             releases hold.
  13. 'P' or 'p': Saves the plot to a PCX file. This means you will need 
  14.             GEMview or some other program that will display MSDOS
  15.             paintbrush files. Warning filenaming is internaly created
  16.             and a count sequence is maintained. Exiting and restarting
  17.             program resets the count and will result in overwriting
  18.             previous saves. Rename or move saved file before starting
  19.             program. When picture save is completed a bell tone will
  20.             be issued.
  21. 'G' or 'g': Same conditions as above but saves picture in GIF format.
  22.             
  23. System Requirements:
  24.   A video mode that will display 256 colors. Sorry But I didnt write
  25.   the software. Perhaps I will modify the code to use 16 color grayscale
  26.   if there is enough interest.
  27.   
  28. Program types:
  29. scape881.prg - Need's 68020 or better with 68881/2 co-processor. Uses 
  30.                direct video memory access for ploting.
  31. scape.prg    - Need's 68000 or better. Uses direct video memory access.
  32. scapevdi.prg - Need's 68000 or better. Slower then snails, but included 
  33.                for third party video hardware.
  34.  
  35. History: 
  36. Version 1.2 - Added GIF code. Reset wait timer after pic save. This should
  37.               give you time to exit before the next picture is started.
  38.         1.1 - Fixed displayed colors. Saved to picture file correctly. But
  39.               didnt display them correctly.
  40.         1.0 - PC version ported to the ST.
  41.  
  42. The source code is available in the publication "Tricks of the Graphics 
  43. Gurus". SAMS Publishing ISBN 0-672-30308-6. ST part of source code 
  44. available by leaving me a message. 
  45.  
  46. Original work by Scott Anderson, ported to the ST by Robert W. Stiles.
  47. GIF is a registered trademark of Compuserve an H & R Block company.
  48.  
  49. Any Questions? I can be found on GENIE R.STILESSTIL or if your into HAM
  50. radio my packet address is KD6GEO @ K6VE.#SOCA.CA.NA.USA.
  51.  
  52. Freeware, Enjoy!
  53.  
  54.