home *** CD-ROM | disk | FTP | other *** search
/ Usenet 1994 January / usenetsourcesnewsgroupsinfomagicjanuary1994.iso / sources / misc / volume2 / spaceout / README < prev    next >
Encoding:
Text File  |  1991-08-07  |  1.9 KB  |  60 lines

  1.  
  2.         README for Spaceout
  3.             Version 1.1
  4.               2/14/88
  5.  
  6. What is Spaceout:
  7.         Spaceout - animated space display
  8.  
  9.     Spaceout is an X11 version of the program for Xerox XDE
  10.     workstations.  The Xerox workstation version was done by Jef
  11.     Poskanzer at Versatec, A Xerox company.  Spaceout displays a
  12.     star field, which moves as if you were traveling through
  13.     space ( similar to the beginning of old Star Trek tv shows).
  14.  
  15. How To Compile:
  16.     If you have X11 installed on your machine in the
  17.     'standard' place all you should have to do is say
  18.     'make'. Otherwise you will have to edit the makefile
  19.     to point where it is all kept.
  20.  
  21. To 'Stipple' or not 'Stipple':
  22.     There are two ways in which Spaceout will draw the stars on the
  23.     screen.  Spaceout will either use stippling or copyarea to
  24.     draw the stars. One is of which is most likely faster on
  25.     you X server.  I suggest you try both and see.
  26.     Now how to tell Spaceout which one to use.  If 'STIPPLE_DRAW'
  27.     is defined then Spaceout use stippling, other wise
  28.     copyarea is used ( this define can be found near the top
  29.     of the spaceout.c ).
  30.  
  31. Things To Try:
  32.     If you get really bored one night you might want to try playing 
  33.     with the parameter defines at the top of spaceout.c .
  34.     
  35.     
  36. How Color works:
  37.     Spaceout has 6 arrays of color names in it. Spaceout
  38.     uses one color out of each array if the -C options is used.
  39.     The color names in the arrays can be a legal name for
  40.     XAllocNamedColor().  If the chosen color can not be allocated
  41.     then white is used.
  42.  
  43. What Happens when Covered:
  44.     If Spaceout becomes fully obscured or iconifed it stops and
  45.     waits to become visible or un-iconified.
  46.  
  47. Who to Bitch At:
  48.     If you get really stuck, you can always send mail
  49.     to me at
  50.         jpochma@polyslo.UUCP
  51.  
  52.     But I make no promises ( still in school :-) ...
  53.     
  54.  
  55. More Copyright Info:
  56.         Copyright (c) 1988, John H. Pochmara
  57.  
  58.     You may copy Spaceout in whole or in part as long as you don't
  59.     try to make money off it, or pretend that you wrote it.
  60.