home *** CD-ROM | disk | FTP | other *** search
/ GEMini Atari / GEMini_Atari_CD-ROM_Walnut_Creek_December_1993.iso / files / tt / fernprnt / fractal2 (.txt) < prev   
Text File  |  1991-10-28  |  3KB  |  59 lines

  1.     This program is a simple fractal manipulator using the formulas
  2. for various known types of fractals.  There is a theory that all
  3. complicated designs can be broken down into simple formulas that, when
  4. put through a generation scheme can regenerate the original design. 
  5. While this might be true, it is quite difficult to generate the
  6. formulas.  I will not go into the mathematics of these three fractals
  7. or how the formulas were generated, but will allow you to just play
  8. with them.
  9.     There are three types of figures here, labelled fern, triangle,
  10. and tree.  The formulas for them can be seen when you pick on of these
  11. objects.  A random number between 0.0 and 1.0 is generated and it is
  12. used to determine which line of the formula is to be used.  Subtle
  13. changes in the formula allows for significant changes in the actual
  14. figure.
  15.     Essentially, you start the program, and pick one of the figures
  16. that you want.  Any time you hit a key, the fractal choice dialog box
  17. appears allowing you to choose another fractal, quit, or change the
  18. numbers that are used to generate the fractal.  Click on OK, and the
  19. fractal will be generated.  If you press the 'S' key for "size", then
  20. you change the parameters used for the  figure.  The same values will
  21. be used, but you can 'magnify' the picture in either directions, as
  22. well as centering the picture better.  Thus if you want to make the
  23. fractal twice as wide, double the 'X' value.  Twice as long will occur
  24. if you double the 'Y' value.  You can center the fractal by changing
  25. the offset.
  26.     This program runs on the medium TT resolution and uses the
  27. floating point chip if it is available. 
  28.     This program can be distributed as you wish, so long as all the
  29. files are kept together.
  30.  
  31. Sol Guber
  32. Fonts by Guber
  33. Desktop Publishing Tools
  34.  
  35. October 28, 1991
  36.  
  37.     This version does one more thing, when the "P" is pressed.  It
  38. will print the fractal on your printer.  This is NOT a screen dump, but
  39. an actual printing of your fractal at the maximum resolution that the
  40. printer can accomplish.  For a laser printer, this can be up to 300
  41. dots per inch.  There are three things that are needed to use this
  42. program, a version of GDOS, a proper GDOS printer for your printer, and
  43. a printer.  It will check for the presence of GDOS, but will not check
  44. for the other two items, or for your printer being on.  To work
  45. properly, the printer must be item 21 in your ASSIGN.SYS file that the
  46. GDOS uses during initiation.
  47.     To use the program to its best advantage, select the fractal and
  48. the magnification that you want.  Let the program run for several
  49. minutes to generate enough points to make a dark print.  Then press "P"
  50. and after several seconds the information will be sent to your printer. 
  51. For a laser printer, it may take several minutes to send sufficient
  52. information to the printer.
  53.     After the printer is finished, then you can make other selections
  54. or quit the program.
  55.     I hope that you enjoy this program.  It is the first in a series
  56. of mathematical programs to show off your printer, and the ATARI
  57. system,
  58.  
  59. Sol Guber