home *** CD-ROM | disk | FTP | other *** search
/ Club Amiga de Montreal - CAM / CAM_CD_1.iso / files / 564b.lha / MandelJourney_0.8 / MandelJourney.doc < prev    next >
Text File  |  1991-07-31  |  3KB  |  96 lines

  1.  
  2.  
  3.                               MandelJourney V0.8
  4.                      by Christian Schneider (Power Point)
  5.  
  6.  
  7. INTRODUCTION
  8.  
  9. Although this program is 100% SYSTEM friendly and OS 1.3 and 2.0 compatible
  10. *NO* time has been taken to make it USER friendly... So be warned :-)
  11.  
  12.  
  13. COPYRIGHT NOTICES
  14.  
  15. This program is GimmeGimmeFortyWare and hence freely distributable but
  16. copyright 1991 by Christian Schneider.
  17.  
  18.  
  19. DISCLAIMER
  20.  
  21. No warranties at all are given. You may loose everything, sanity, time
  22. or anything else by using this program!
  23.  
  24.  
  25. NEEDS
  26.  
  27. It really *NEEDS* an FPU to run, otherwise it will quit immediately! To
  28. get any error messages, usage and a quick help, run it from CLI. WB users
  29. won't get any help (but you don't really need help if you read this doc
  30. file anyway...).
  31.  
  32.  
  33. WHAT IT DOES
  34.  
  35. MandelJourney calculates MandelBrot pictures (What a surprise :-) ..).
  36. It does this in a fast and (IMHO) easy way which makes it fun to explore
  37. the MandelBrot set.
  38. MandelJourney has been created to make the FPU performance visible in
  39. a easily understandable way. With this program, you're prepared for the
  40. MC68040 and check its speed (I'm still WAITING for a close encounter of
  41. the fortieth kind :-(..).
  42.  
  43.  
  44. HOW TO HANDLE
  45.  
  46. As mentioned before, only a somehow outdated user interface has been
  47. implemented, using several keys to control the MandelBrot set.
  48.  
  49. Mouse:    Click with the left mousebutton to center position in picture.
  50.  
  51. Keyboard:
  52.         8 / 6 / 4 / 2    = Scroll UP / RIGHT / DOWN / LEFT
  53.         I        = Zoom in
  54.         SHIFT-I        = Fast zoom in
  55.         O        = Zoom out
  56.         SHIFT-O        = Fast zoom out
  57.         M        = Increase max iteration by 16
  58.         B        = Make MandelBrot picture bigger
  59.         S        = Make MandelBrot picture smaller
  60.         F        = Full size
  61.         D        = Default size
  62.         R        = Reset coordinates to Root of Mandelbrot
  63.         C        = Toggle copy mode
  64.         ESC / Q        = Quit
  65.  
  66.  
  67. Explanation:
  68. - Copy mode: The program will either calculate the picture directly to
  69.   the screen or first store it to a second buffer (fast memory) and copy
  70.   the buffer when finished (DEFAULT). The copy mode may be toggled
  71.   by pressing 'C'. The default copy mode may be changed from CLI with the
  72.   '-c' switch.
  73.  
  74. - CTRL-C: You may press CTRL-C to abort the calculation in progress.
  75.  
  76.  
  77. FUTURE ENHANCEMENTS
  78.  
  79. - Ability to store and replay a journey through the MandelBrot set.
  80. - More intution like interface (menus, help windows, ...)
  81. - Ability to save single pictures AND/OR a journey as ANIM.
  82.  
  83. HISTORY:
  84. -----------
  85. 0.8    Minor bugs removed (LMB to center now works)
  86.     Zoom out, Fast zoom in/out added
  87. -----------
  88. 0.7    First public release
  89. -----------
  90.  
  91. CONGRATULATIONS / SUGGESTION / BUG REPORTS / FLAMES (in that order) to
  92.  
  93. BIX: hschneider
  94. cschneid@amiga.physik.unizh.ch
  95.  
  96.