home *** CD-ROM | disk | FTP | other *** search
/ Programmer 7500 / MAX_PROGRAMMERS.iso / PASCAL / SLOGRO.ZIP / SLOGRO.DOC < prev    next >
Encoding:
Text File  |  1988-11-26  |  1.0 KB  |  29 lines

  1.  
  2.  
  3. Slogro & Slogro2
  4. By Devin Cook
  5.  
  6.  
  7. These two programs are implementations of the SLOGRO fractal process
  8. described in Scientific American - Dec 1988.
  9.  
  10. Slogro.EXE is the standerd implementation of SLOGRO.
  11.  
  12. Slogro2.EXE has is roughly the same process except that the main particle
  13. movement routine has been redone in assembly ( FRAC.ASM ), and an alteration
  14. has been done to the premise, whereby instead of the circle being a fixed
  15. radius, it is now a changing radius, starting at 10 pixels and working its
  16. way to 100.  This speeds things up but a factor of 20!  As the resting
  17. particles approach the radius, the circle is backed off, as to allow for
  18. a truly random process to still take place.
  19.  
  20. The plotter routines were written for a Comscriber plotter, but could easily
  21. be altered to make a box on the paper at the relative location of the particle
  22. on any plotter.
  23.  
  24. Finally the graphics are set up to run with a herc graphic card, but it should
  25. be fairly easy to alter it to work with any graphics system.
  26.  
  27.  
  28.  
  29.