home *** CD-ROM | disk | FTP | other *** search
/ CD-X 1 / cdx_01.iso / demodisc / basq / source / planets / readme.txt < prev    next >
Encoding:
Text File  |  1994-05-01  |  1.8 KB  |  57 lines

  1.  
  2.  
  3. BOUNCING PLANETS DEMO
  4.  
  5.   This is an animation of three bouncing planets.
  6.   It is simple but pretty; quite hypnotic.
  7.   Full source code and documentation is included.
  8.   (Designed partly as a tutorial.)
  9.  
  10.  
  11. FILES
  12.  
  13.   PLANETS.LZH
  14.   -----------
  15.   README.TXT       - This very file
  16.   PLANETS.EXE      - The Demo
  17.   GUSH*.DAT        - Data for the different planets
  18.   XION*.DAT        - Data for the different surfaces
  19.   SOURCE.LZH       - Archived source code
  20.   DOC.LZH          - Archived documentation
  21.  
  22.   SOURCE.LZH
  23.   ----------
  24.   MAKEGUSH.EXE     - Program to create new Gush (planet) data
  25.   MAKEXION.EXE     - Program to create new Xion (surface) data
  26.   *.C, *.ASM       - Source files
  27.  
  28.   DOC.LZH
  29.   -------
  30.   PLANET.TXT       - Document describing construction of demo (ascii)
  31.   PLANET.MS        - Troff source for document
  32.             (The documentation is actually independent of the implemented code)
  33.  
  34.  
  35. NOTES
  36.  
  37.   The demo is compiled using the rather fine 'XLib' public domain graphics
  38. library (version 6), mainly for the clever screen buffering it provides.
  39.  
  40.   The command-line options the demo accepts are so that I can run the program
  41. on a continuous loop with some other stuff to give my computer something to
  42. do when it's bored.
  43.   /s  suppresses the message at the end of the demo.
  44.   /t<time>  stops the demo after <time> seconds.
  45.   /f<path>  sets the location of the data files as the <path> directory.
  46.   /p<n>  selects to bounce <n> planets (up to 3, or less if not enough memory).
  47.  
  48.   Everything here is freeware; use it but don't abuse it. Rewrite and remix the
  49. demo as much as you desire, but always distribute it with the original files
  50. unaltered.
  51.  
  52.  
  53. Simon Hern (April 1994)
  54. (22 Harrington Drive, Bedford MK41 8DB, England)
  55. sdh@uk.ac.nott.maths (e-mail valid until July 1994)
  56.  
  57.