home *** CD-ROM | disk | FTP | other *** search
/ Eigen PC: 32 Screensaver Special / EPC32SCREENSAVER.BIN / 278 / README.TXT < prev    next >
Text File  |  1996-07-13  |  5KB  |  118 lines

  1. The Psychedelic Screen Saver Collection - Version 2.6
  2. Copyright (C) 1995-1996
  3. All Rights Reserved
  4. http://www.halcyon.com/pixel/psych.htm
  5.  
  6. By Mike Irvine 
  7. EMAIL: pixel@halcyon.com
  8.  
  9.  
  10. This file contains the following information:
  11.  
  12. OVERVIEW ..............: What is the Psychedelic Screen Saver Collection?
  13. BACKGROUND ............: Where did it come from?
  14. SYSTEM REQUIREMENTS ...: What do I need in order to run it?
  15. INSTALLATION ..........: How do I install it?
  16. REGISTRATION ..........: Where can I find info on how to register it?
  17. QUESTIONS/SUPPORT .....: Where can I get help with problems?
  18. UPDATES................: When is the next version due?
  19.  
  20.  
  21.                                OVERVIEW
  22.  
  23.   The Psychedelic Screen Saver Collection is, as the name so cleverly 
  24. suggests, a collection of screen savers that generate an endless variety 
  25. of mesmerizing patterns. As the patterns materialize on your screen, the 
  26. colors will shift, undulate, and generally speaking, look cool. Whether 
  27. you're into abstract art, mathematics, or just have a history of mental 
  28. illness, you'll love these screen savers.  
  29.  
  30.  
  31.                               BACKGROUND
  32.  
  33.   The algorithms I used in these screen savers were originally conceived as 
  34. part of an art project I worked on in my senior year at the Evergreen State 
  35. College.   I implemented the algorithms in about 70,000 lines of Borlands'
  36. Turbo Pascal for MS-DOS and included a "User Interface From Hell" that 
  37. provided access to the hundreds of parameters used to customize the image 
  38. generation process.  After I graduated, I attempted to make a living as an 
  39. artist by selling the images I produced to various galleries around the 
  40. country.   I quickly discovered that being an artist requires not only a 
  41. healthy dose of creativity, but also a boatload of marketing savvy (which I
  42. was lacking).  Since I was having a hard time making ends meet, I decided I'd
  43. have to find another way to make a living (besides, another month of macaroni
  44. and cheese would probably have killed me).  After kicking around the idea of
  45. putting together a company to do the video/effects for raves, I decided that 
  46. I'd be better off getting a programming position with a company that wouldn't
  47. require me to wear a suit.  In order to prove I'd done some programming, I 
  48. ported some of my Pascal code for MS-DOS into C for MS Windows and sent it 
  49. out with my resume.   The result was the beginning of the collection of the 
  50. screen savers included here.
  51.  
  52.  
  53.  
  54.                            SYSTEM REQUIREMENTS
  55.  
  56. Suggested:
  57. *  386 (preferably with math coprocessor) or better <g>
  58.  
  59. *  Microsoft Windows NT or Windows 95
  60.  
  61. *  256 color display card - While the screen savers should still work in 
  62.      high/true color modes, you won't get palette animation. 
  63.    In order to get some of the effects that they use, the screen savers use 
  64.    a palettized video mode. This means that colors are referenced by index 
  65.    rather than by RGB value. By using a palettized video mode, the screen 
  66.    savers can change the RGB value that corresponds to a particular palette 
  67.    index and the result is that all of the colors on the screen that use 
  68.    that index are immediately updated. Neither high or true color modes use 
  69.    a palette, so it is not possible to achieve the effects without manually 
  70.    updating the entire display. Since updating the entire display is far 
  71.    too slow, I didn't code the screen savers to do it. 
  72.    On the bright side, Windows 95 supports dynamic video mode switching 
  73.    which means that the display mode can be changed without rebooting the 
  74.    system. Unfortunately, most of the drivers that are available now don't 
  75.    handle changes to different pixel depths very well. Once the video 
  76.    driver writers get their act together, I'll setup the screen savers to 
  77.    change to a palette based video mode when they start up and then change 
  78.    back when they are done. However, until then, we're stuck with the 
  79.    limitation :-(
  80.  
  81.  
  82.  
  83.                               INSTALLATION
  84.  
  85. Just run the setup program (SETUP.EXE) and then follow the directions.
  86.  
  87.  
  88.  
  89.                               REGISTRATION
  90.  
  91. Registration is easy!  The file "ORDERFRM.TXT" contains all the information you 
  92. need on how to register the "Psychedelic Screen Saver Collection"
  93.  
  94. Please refer to LICENSE.TXT for information on the license agreement. 
  95.  
  96.  
  97.  
  98.                             QUESTIONS/SUPPORT
  99.  
  100. If you have access to the World Wide Web, check out the home page for the
  101. Psychedelic Screen Saver Collection at:
  102.  
  103. http://www.halcyon.com/pixel/psych.htm
  104.  
  105. I maintain a "Frequently Asked Questions" page similar to the FAQ.TXT that 
  106. I've included here with the collection (but more up to date).  The FAQ 
  107. provides answers to the vast majority of the questions I get via email. 
  108.  
  109. You can find the information in the FAQ.TXT or in the FAQ on the home page 
  110. for the collection, send email to me (Mike Irvine) at pixel@halcyon.com
  111.  
  112.  
  113.  
  114.                                  UPDATES
  115.  
  116. I post updates to the collection on my web site fairly often.  When I'm feeling
  117. particularly creative I may post updates as many as 2 or 3 times a week.
  118.