home *** CD-ROM | disk | FTP | other *** search
/ Current Shareware 1994 January / SHAR194.ISO / screenut / savers10.zip / README.TXT next >
Text File  |  1993-09-17  |  4KB  |  90 lines

  1.                 Program notes for SAVERS.X screen saver program.
  2.  
  3.         SAVERSX.EXE is a simple, completely algorithmic screen saver program.
  4. It was basically undertaken as an experiment with the graphics capabilities
  5. of Microsoft QuickBasic 4.5, and as a pleasant distraction from homework!
  6.  
  7.         This program is distributed as freeware; no charge, no catches. I
  8. only hope you may receive a bit of pleasure watching it play with your screen!
  9. Comments, etc. may be directed to Robert Manning at (310) 373-3050. Please
  10. let me know if you experience any problems with it. 
  11.  
  12.         Please note the monitor requirements on the main menu, and select 
  13. appropriately. I recommend using SAVERSX on a VGA-equipped system, with 512K 
  14. to 1MB video memory, and a 386 processor. A math coprocessor will speed things 
  15. up some. The program was developed on a 386DX-40 machine with 1MB video 
  16. memory. It has been tested on a 286 with EGA graphics, and a 486DX-25 with 
  17. VGA and small video memory, with no problems. However, selecting a saver
  18. that requires VGA while using EGA graphics will cause an error and halt the 
  19. program.
  20.  
  21.         The following is a brief description of each saver:
  22.  
  23.         3-D Pillars:
  24.                 A small 256-Color palette array is used to create a moving
  25.                 set of "Pillars" which rotate across the screen.
  26.  
  27.         Floating Pyramid:
  28.                 VGA and two screen pages are used here to attempt to create
  29.                 the illusion of a pyramid that floats and changes distance 
  30.                 from the viewer in space. This can be quite mesmerizing if 
  31.                 observed for a while. Video memory of 512K or better is best 
  32.                 for this saver, although it will work with less.
  33.  
  34.         Night Moon:
  35.                 This saver may look familiar! I attempted to create a nice
  36.                 evening skyline, complete with a moon that sets. However, I
  37.                 just had to add a few accessories... Several different things
  38.                 happen to interrupt this quiet setting, wiping out parts of
  39.                 the cityscape as they go! The cityscape will re-create itself
  40.                 after a while.
  41.  
  42.         Crazy Circles:
  43.                 Just a bunch of colored circles running around the screen in
  44.                 a repetitive pattern. Has a slight 3-D appearance as the
  45.                 screen fills in.
  46.  
  47.         Time Display:
  48.                 An analog clock and digital readout show themselves here, 
  49.                 changing places and colors with each minute.
  50.  
  51.         Trigonometry:
  52.                 A QuickBasic drawing macro is used to form circles from
  53.                 multiple triangles.
  54.  
  55.         Pixels 'R' Us:
  56.                 The simplest of the bunch, this saver lights up one pixel at
  57.                 a time in multiple colors.
  58.  
  59.         Moving Targets:
  60.                 Concentric circles form these targets that change location
  61.                 and size.
  62.  
  63.         16 Color Prism:
  64.                 This saver creates some very nice patterns using lines that
  65.                 sweep around the screen. Best effect is had with the Color
  66.                 Speed set to at least 20, and Color Interval at 3.
  67.  
  68.         Palette Prism:
  69.                 Basically same as the above saver, this version uses a 256
  70.                 color palette array instead of the normal 16 colors.
  71.         
  72.         
  73.         Pressing [F11] will allow you to set a time delay factor to account
  74. for varying computer speeds. This setting affects all savers except the Float-
  75. ing Pyramid, which uses no delay. The effect varies a bit between each saver.
  76. It will also allow you change the 16 Color Prism Color Speed (how fast the 
  77. program switches colors), and the 16 Color Prism Color Interval (how many
  78. blank spaces between each line). The Palette Prism is also affected by the
  79. Color Interval, but not by the Color Speed setting. The settings are saved in
  80. a small file named SAVEDELA.Y. Make sure this file is present in the same
  81. directory with SAVERSX.EXE before starting the program.
  82.  
  83.         
  84.         Well, that's it. I hope you enjoy this program! Comments will be
  85. appreciated.
  86.  
  87.         Robert Manning 
  88.         Phone (310) 373-3050
  89.  
  90.