home *** CD-ROM | disk | FTP | other *** search
/ Crawly Crypt Collection 1 / crawlyvol1.bin / tt / ttfract3 / ttfract.doc next >
Text File  |  1991-10-07  |  3KB  |  95 lines

  1.                    TTFRACT V1.3
  2.                    ============
  3.  
  4. TT Fractal generator program
  5. Programed by Dany Roth version 1.2 October 7th, 1991
  6.  
  7. This program was written for the Public Domain!
  8. This program can be distributed and/or copied without any licence
  9. or fee (unless for the saving media), but must include the
  10. accompanying documentation "TTFRACT.DOC".
  11.  
  12.  
  13. General Information
  14. ===================
  15.  
  16.     This program will run on ATARI-TT in any of the six resolutions 
  17. (At least could be tested on those but, can probably work on the 
  18. color big screens, since it uses GEM for screen information).
  19.  
  20.  
  21. ***************
  22. * NEW in V1.3 *
  23. ***************
  24. 1) Several bugs were removed
  25. 2) RSC file is now integrated in the PRG
  26.  
  27.  
  28. TTFRACT description:
  29. ====================
  30.  
  31.     Choosing MANDEL will open a dialog box asking for iteration 
  32. depth.
  33. This is choosen using a click on up/down arrow to increment/dec- 
  34. rement iteration depth +/- 1. When finished click Accept or Can- 
  35. cel. The screen will clear and the fractal will be drawn.
  36. You can wait till the drawing has terminated or press space-bar to 
  37. halt further drawing and be returned to the menu screen.
  38.  
  39.     In case of choosing JULIA a dialog box for setting the constants
  40. A and B will appear before "Iteration-depth dialog box", the values
  41. will be incremented/decremented by 0.0005.
  42. A and B are for Z=Z**2 + C (C=A+Bi)
  43.  
  44. JULIA1=> Z=Z**2+C
  45. JULIA2=> Z=Z**3+C
  46. JULIA3=> Z=Z**4+C
  47. JULIA4=> Z=Z**5+C
  48. JULIA5=> Z=Z**6+C
  49. JULIA6=> Z=Z**7+C
  50. (the MANDEL1...MANDEL6 are as JULIA sets above)
  51.  
  52.     One can zoom into the previously drawn screen by choosing Zoom 
  53. from menu. A dialog box asking for changes in iteration depth will 
  54. appear. The menu will disappear, position the mouse on start (left 
  55. upper corner) of block, hold down left mouse button and drag a box 
  56. to the size you want the zoom to be.
  57. In case of impatiancy one could press R during drawing of fractal, 
  58. in this case  drawing will stop and the mouse pointer will appear.
  59.  
  60. SAVING:
  61. =======
  62. Save NEO:
  63.     This will save the drawn fractal in normal NEOCHROM format (In 
  64. case of TT-Graphic modes not all the old software will be able to 
  65. load or understand those formats).
  66. Save IMG:
  67.     This will save the drawn fractal in standard GEM-IMG format (It 
  68. was found that alot of old programs assume that a GEM-IMG must be 
  69. monochrome and very small!!, programs as Calamus SL seem to have 
  70. no similar problems, also concerning NEO formats).
  71.  
  72. GRAY:
  73. =====
  74. Used on color monitors to switch between color or gray represen- 
  75. tation.
  76.  
  77. TT_DUMP:
  78. ========
  79. If TT_DUMP.ACC is installed (ACC to screen dump on HP laser jet)
  80. the entry will be active else disabled.
  81. It will set menu bar off and switch into fractal page. After that
  82. it will communicate with TT_DUMP.ACC available separatly to 
  83. produce printout on HP Laser Jet II and compatible.
  84.  
  85.  
  86. The program was written in ANSI-C using Lattice C V.5.06.02 avai- 
  87. lable from HISOFT (DEVPAC assembler remember?) in the far away 
  88. England. 
  89. Since the program is under further development I will appreciate 
  90. any remarks, comments ideas ...(BUT NO MONEY!)
  91.  
  92.             Dany Roth
  93.             Wannerstrasse 24/27
  94.             CH-8045 Zürich
  95.             Switzerland