home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Spiele Shareware / os2games.iso / os2games / fun / newtonpm / npm.doc < prev    next >
Encoding:
Text File  |  1991-01-25  |  1008 b   |  25 lines

  1.                NPM - Newton PM, a planetary system simulator
  2.                     by T. A. (Tim) Jones
  3.  
  4. This program was created primarily as a first time attempt at PM
  5. programming.  It allows the simulation of planetary systems and features
  6. such things as:
  7.  
  8.     multithreading
  9.     animation - using a memory device context to elimate flicker
  10.     dialog box programming
  11.  
  12. The program is pretty much self-explanatory, but some things needs to be noted
  13. here - all units are in base metric units. For example, speed is in m/s and
  14. period is in seconds.
  15.  
  16. Another interesting point is the value of the "period" parameter. This value 
  17. determines how long the simulation assumes accelerations to be constant. 
  18. The smaller the value, the more accurate the simulation will be. The higher
  19. the value, the faster the simulation will be.
  20.  
  21. I have included some sample simulations for your amusement.  Have fun with 
  22. this little resource-eater.
  23.  
  24. If you have any comments, please send me mail on BIX. I am TAJONES there.
  25.