home *** CD-ROM | disk | FTP | other *** search
/ World of Shareware - Software Farm 2 / wosw_2.zip / wosw_2 / CPROG / CHAOS.ZIP / CHAOS.DOC < prev    next >
Text File  |  1990-06-04  |  1KB  |  37 lines

  1. -------------------------------------------------------------------------
  2. The Chaos Generator v1.2
  3.  
  4. A Microsoft Windows program that generates the patterns of chaotic functions.
  5.  
  6. Two functions are available: The Lorenz attractor and the Pickover attractor.
  7.  
  8. The color options are black on white, white on black and
  9. random colors on black.  
  10.  
  11. You have the option to show the Lorenz attractor plot on 3 plane 
  12. configurations: 2 two-dimensional XY and YZ planes, and 1 three-dimensional 
  13. XYZ plane.  The Pickover attractor is only show in two-dimensional planes.
  14.  
  15. With the Lorenz attractor function and the random color setting, the colors 
  16. will change only when the function crosses at the x origin.  The colors
  17. are completely random when the Pickover attractor is selected.
  18.  
  19. Source code is found in the ZIP file.  
  20.  
  21. -------------------------------------------------------------------------
  22.  
  23. This program was inspired by TRICHO.ZIP program available
  24. elsewhere on CompuServe.
  25.  
  26. The function for the Lorenz attractor and the Pickover attractor is described 
  27. in the book "Fractal Programming in C".
  28.  
  29. Kudos to Marty Belles for providing source code to his program.
  30.  
  31. Also, thanks to Charles Petzold and his book "Programming Windows". 
  32. Without him, many Windows programmers would be lost in a world of messages.
  33.  
  34.  
  35. Send any comments to Bryan A. Woodruff 72160,2216
  36.  
  37.