home *** CD-ROM | disk | FTP | other *** search
/ Fish 'n' More 2 / fishmore-publicdomainlibraryvol.ii1991xetec.iso / fish / fractals / sman / sman.doc < prev    next >
Text File  |  1991-02-02  |  5KB  |  102 lines

  1.  
  2.                         
  3.    My apologies for not providing a bibliography, but I don't have any of
  4.    my literature available as I write this.  Nevertheless, you shouldn't
  5.    have any trouble locating literature on fractals and Mandelbrot sets.
  6.  
  7.    SMan(i.e. SManCP, SManLb, or SManLbCP) is a Mandelbrot generation
  8.    program written with the typical Amiga interface.  By that, I mean that
  9.    it can be executed from CLI or Workbench, and that it is Menu Driven, with
  10.    command key combinations provided.
  11.  
  12.    Upon execution of the program, a workbench window will be displayed with
  13.    a variety of information,  Included will be CPU (and coprocessor if
  14.    present), screen resolution, and the coordinates in the complex plane.
  15.    In addition, available memory will be displayed. Also, values for
  16.    magnification and maximum count are displayed.
  17.  
  18.    As you can see, the magnification on startup is 160.  Since no point
  19.    within the Mandelbrot set is more than 2.... from the origin, a
  20.    magnification of 160 means that the Mandelbrot set will not extend
  21.    beyond the 320 horizontal pixels from the center of the screen.
  22.  
  23.    The Maximum count refers to the number of attempts at determining
  24.    divergence of the sequence that are made before a given location is
  25.    assumed to be within the Mandelbrot set.
  26.  
  27.  
  28.    When you see this window and its information, SMan is already producing
  29.    its image on a custom screen in the background.  To look at the image,
  30.    click on the close gadget at the upper-left corner of the 'Julian
  31.    Explorer Window'.  The window won't actually close, but the custom
  32.    screen and its window will be brought forward, and you can see the
  33.    image being produced.
  34.    
  35.    **********************************************************************
  36.  
  37.    If you press down the right mouse button, the menus become visible.
  38.    Under the left-most menu (i.e. SMan) will be seen four menu items.
  39.  
  40.    The first one 'About' will bring you back to the Workbench screen and
  41.    the Julian Explorer Window.  You will probably want to use this to
  42.    get updated information about screen and magnification.
  43.     
  44.    The second one 'Redraw(Same P) redraws the image with the same
  45.    parameters.  The only reason you might want to use this would be if
  46.    you changed the maximum count after the drawing had already started
  47.    and wished to redraw for a consistent image.
  48.  
  49.    'Save' will save you image to an iff file of ILBM form.  Normally,
  50.    you would only want to select this item when the image is completed.
  51.    Sorry, no compression has been provided, and the file is always called
  52.    'Mand.iff'.  Rename it if you want a different name.  If I want the
  53.    file compressed and renamed, I just load it using DPaint(EA) or Digi-
  54.    View, and save it with a new name.  They do my compression.  Also, no
  55.    provision for adjustment of the palette has been made in SMan, since
  56.    that could be done using Deluxe Paint (Electronic Arts), or some other
  57.    paint program.
  58.  
  59.    'Quit' is an obvious selection.  This is actually the only way to
  60.    terminate the program.
  61.  
  62.    **********************************************************************
  63.  
  64.    The second Menu is 'View Mode'.  HIRES is always on.  You are permitted
  65.    to select either 'Lace On' or 'Lace Off'.  The default is 'Lace Off'
  66.    since it will provide faster completion of an image.  Your other
  67.    selections are 'Overscan' and 'Normal'.  If you select overscan, your
  68.    resolution will be 704 by 239 or 704 by 478.  With 'Normal', resolution
  69.    will by 640 by 200 or 640 by 400.  Whenever, you select from the 'View
  70.    Mode' menu, the custom screen will be closed and reopened with the
  71.    new parameters, so the drawing is restarted.
  72.  
  73.    **********************************************************************
  74.  
  75.    The third Menu is 'Maximum Count'.  The default is 31.  As the count
  76.    is increased, the drawing time increases.  As the magnification is
  77.    increased, you will have to increase the count to provide more detail.
  78.    However, if you want to speed up the drawing until you decide upon
  79.    what final parameters you want to have, use a smaller count.
  80.  
  81.    **********************************************************************
  82.  
  83.    The fourth Menu is 'Zoom'.  This enables you to use the mouse to select
  84.    a new region to display.  Select the menu item 'Select', and move the
  85.    mouse pointer to the upper-left corner of the region you wish to be
  86.    drawn.  Press and hold down the left-mouse button, and drag it to
  87.    the lower-right corner of the region you want displayed and release the
  88.    button.  Sorry, but only the horizontal coordinates determine the new
  89.    lower-right corner, but you can see what region you're going to get
  90.    before you release the button, since it will be outlined.
  91.  
  92.    If you decide that you've selected the wrong region, you can get back
  93.    to you previous parameters by selecting 'Restore' from the 'Zoom' menu.
  94.    Sorry, but it only goes back one level, and redraws completely.
  95.  
  96.    **********************************************************************
  97.  
  98.                       Have fun!
  99.  
  100.                       Dave McKinstry.
  101.  
  102.