home *** CD-ROM | disk | FTP | other *** search
/ Fresh Fish 4 / FreshFish_May-June1994.bin / bbs / may94 / gfx / fract / mand2000d.lha / Mand2000D / IterAnims / NautilusIter.txt < prev   
Encoding:
Text File  |  1994-02-06  |  8.1 KB  |  213 lines

  1.      The NautilusIter.anim animation is a 352x220, 32 color, 131 frame
  2. animation,  showing  an  area  of  the Mandelbrot set as the number of
  3. iterations  increases.  The effect is of bands of colour spilling onto
  4. the screen in organic and unpredictable ways.
  5.  
  6.      The frames for this animation were calculated in a total of about
  7. 100   seconds,   using   Mand2000.   They  were  generated  using  the
  8. `IterMovie' ARexx script which is supplied with Mand2000.  This script
  9. is  invoked and controlled from the Mand2000 menus and requesters, and
  10. NO  KNOWLEDGE of ARexx is required to use it.  Customizing it requires
  11. any text editor (preferably CygnusEd) and minor knowledge of ARexx.
  12.  
  13.      The  area displayed by the animation is the `Nautilus' area, from
  14. the Mand2000 `good spots' menu.
  15.  
  16.  
  17.      The AxisMandIter.anim was created using the same technique.
  18.  
  19.  
  20.      Mand2000 is a tryware fractal exploration program, with a feature
  21. list  and  ease  of  use  that  has  to  be seen to be believed.  Demo
  22. versions  of  Mand2000  are  available  on  many networks and bulletin
  23. boards,  or  the  full  version  can  be obtained directly from Cygnus
  24. Software  for  $34.95, including shipping and handling.  See below for
  25. details on ordering it.
  26.  
  27.      A few quotes from those who have tried Mand2000:
  28.  
  29. > Excellent program...  one of the best uploads I've seen all year.    Harv
  30.  
  31.  
  32. > It  is  far  and  away  the  most  entertaining  peice of software I have
  33. > purchased this year.    Brick Eksten Eco Development
  34.  
  35.  
  36. > I -really- like Mand2000!    Coz
  37.  
  38.  
  39. > Mand2000 is the coolest generator I've ever seen. ... nahtan
  40.  
  41.  
  42. > It's  definitely  a cool program, Bruce.  The innovative features do make
  43. > it the best mandelbrot program on the Amiga, certainly that I've seen.
  44. > Steve Tibbett
  45.  
  46.  
  47.  
  48.  
  49.                         Technical explanation:
  50.  
  51.      The   Nautilus   iteration   animation   was  created  using  the
  52. IterMovie.mnd2  ARexx  script,  provided with Mand2000.  If all of the
  53. ARexx  scripts  are installed then the `Start Iter Movie' menu item in
  54. the user menu will invoke this script.
  55.  
  56.      The  Nautilus  iteration movie shows the effect of increasing the
  57. maximum  number  of  iterations  for  each  frame.   As  the number of
  58. iterations  increases,  more and more pixels overflow and are coloured
  59. in.   The  exact  iteration counts of particular pixels can be seen by
  60. running  Mand2000,  selecting  Nautilus from the good spots menu, then
  61. opening up a status window.  As you move the mouse around the Nautilus
  62. window,  the  iteration  count  of  the  pixel under the mouse will be
  63. displayed.
  64.  
  65.      To re-create this movie, select Nautilus from the good spots menu
  66. in  Mand2000.   Wait  until  it has finished calculating.  Then select
  67. `Start  Iter  Movie'  from  the  user  menu.   This  will  invoke  the
  68. IterMovie.mnd2  script.  Two requesters should appear.  One is the max
  69. iterations  requester, the other is an instruction requester.  Use the
  70. slider  on  the max iterations requester to set the maximum iterations
  71. to  approximately  600  -  at  which level the screen should be almost
  72. entirely  coloured.   Then select `Continue' on the requester with the
  73. instructions.   Another requester containing instructions will appear.
  74. Now  use the slider on the max iterations requester to set the maximum
  75. iterations  to  approximately 122, at which point the screen should be
  76. completely  black.   Then  select  continue  on the requester with the
  77. instructions.
  78.  
  79.      A  final requester will ask if you want the frames written out an
  80. anim  file by ADPro.  If you have ADPro running and would like an anim
  81. file  created  directly say yes.  Otherwise say no, and the individual
  82. frames  will  be  written out to the ram disk, where you can later put
  83. them  into  a  single  animation  file.  The individual frames will be
  84. written  out  to RAM:IterFramennnnn, with nnnnn representing the frame
  85. number  plus 10000.  If the default option of `Create icons always' is
  86. set  then  postage stamp versions of the frames can be seen by looking
  87. at  the ram disk from the workbench for the miniature icon versions of
  88. the pictures.
  89.  
  90.      At this point Mand2000 will begin calculating the animation.  The
  91. individual  frames  will  be written out quite quickly - approximately
  92. one  frame  per  second  on  the Amiga 4000.  This incredible speed is
  93. possible because Mand2000 has already calculated the entire picture at
  94. the  higher  iteration levels, and is capable of accurately displaying
  95. what  the  picture  would look like at lower iteration levels, without
  96. recalculating  anything.   Without  this  optimization, this animation
  97. would take approximately 40 times longer to calculate.
  98.  
  99.      This is all much easier to do than it sounds, and Mand2000's full
  100. online  help  (select any menu item, press the help key) makes it even
  101. easier.
  102.  
  103.      To  calculate  the original frame more quickly Mand2000 makes use
  104. of  the fact that part of the picture is symmetrical about the x-axis.
  105. It  knows  that  it  can reflect the imagery and iteration information
  106. across the axis, and avoid some calculations.
  107.  
  108.      The  final optimization which Mand2000 can do is an option in the
  109. `Set   misc...'   menu  called  `Sneaky  pixels'.   This  optimization
  110. increases  the speed of calculating large areas of the same colour, at
  111. a slight risk of calculating some erroneous pixels.
  112.  
  113.      Finally,  to find out where this beautiful and unique area of the
  114. Mandelbrot  set  is, select `Show location' and a new window will open
  115. and display the location of `Nautilus'.
  116.  
  117.      Nautilus  is  found near the left edge of the Mandelbrot set at a
  118. magnification of 256 thousand million.
  119.  
  120.  
  121.  
  122.                            Technical note:
  123.  
  124.      For  best  results  the  IterMovie.mnd2  script  often  has to be
  125. adjusted  slightly  for  different  pictures  so  that the appropriate
  126. number  of  frames  will be generated, with the right amount of change
  127. occurring  between frames.  Settings for several popular locations are
  128. in  the  IterMovie.mnd2  script,  most of them are commented out.  For
  129. best  results  with  the  Nautilus iteration movie, make sure that the
  130. Nautilus  settings  are  uncommented.   The  number of frames is never
  131. specified explicitly, but is set implicitly by setting the increments,
  132. and   by   setting   the  starting  and  finishing  iteration  values.
  133. Experiment with different values.
  134.  
  135.      The  location  that the frames are written to defaults to the RAM
  136. disk,  for  maximum speed.  You can, however, go into the ARexx script
  137. with a text editor and change the destination file pattern to anywhere
  138. you want.
  139.  
  140.  
  141.  
  142.  
  143.  
  144.      This  animation  may be freely distributed on a non-profit basis,
  145. as long as this complete text file is distributed with it.  The images
  146. within  may be used as long as full credit is given to Cygnus Software
  147. and Mand2000.
  148.  
  149.      The  demo version of Mand2000 only allows saving of small images.
  150. The  full  version  of Mand2000, with no image size restrictions, full
  151. online  help and much, much more, is available from Cygnus Software or
  152. you can order it from our European distributor, ICP Verlag.  Just fill
  153. out one of these order forms:
  154.  
  155.  
  156.  
  157.  
  158. Cygnus Software
  159. 33 University Square, #199
  160. Madison, WI, 53715, USA
  161.  
  162. Dear Maam/Sir,
  163.  
  164.     I  would  like  to  order a copy of Mand2000 for my Amiga __00.  I
  165. have enclosed  US  $34.95  (in a cheque, money order, postal order, or
  166. US cash).  I understand that this not only pays for Mand2000, but also
  167. for shipping and handling to anywhere in the world.  Wow, what a great
  168. deal.
  169.  
  170.     I heard about Mand2000 through...
  171.     My favourite features are...
  172.     My least favourite feature is...
  173.  
  174.     Thanks  for  writing  such  a  __________ product.  Please send my
  175. registered copy to:
  176.  
  177.  
  178.  
  179.  
  180.  
  181.  
  182.             Sincerely,
  183.  
  184.  
  185. ----------------------------------------------------------------------
  186.  
  187.  
  188. ICP-Verlag
  189. Innere Cramer Klette Str. 6,
  190. D-90403 Nürnberg,
  191. Germany
  192.  
  193. Dear Maam/Sir,
  194.  
  195.     I  live in Europe and I would like to order a copy of Mand2000 for
  196. my  Amiga  __00.   I have enclosed 69 DM per copy, plus 5 DM per order
  197. for  shipping  to  Germany or 15DM per order for shipping elsewhere in
  198. Europe.
  199.  
  200.     I heard about Mand2000 through...
  201.     My favourite features are...
  202.     My least favourite feature is...
  203.  
  204.     Thanks  for  publishing such a __________ product.  Please send my
  205. registered copy to:
  206.  
  207.  
  208.  
  209.  
  210.  
  211.  
  212.             Sincerely,
  213.