home *** CD-ROM | disk | FTP | other *** search
/ Dr. CD ROM (Annual Premium Edition) / premium.zip / premium / DOSGRAPH / MASWED.ZIP / MAND.TXT < prev    next >
Text File  |  1992-07-15  |  2KB  |  60 lines

  1. MANDELBROT VER: 5.7, 11 Mar 1992
  2.  
  3. By Håkan Malmqvist
  4.    AM elektronik
  5.    Grevgatan 49
  6.    S-114 58 Stockholm
  7.    SWEDEN
  8.    Tel + 46 (0)8 661 07 34
  9.    Fax + 46 (0)8 663 20 34
  10.  
  11. To the Fractint people through
  12.    Bert Tyler
  13.    Tyler Software
  14.    124 Wooded Lane
  15.    Villanova, PA 19085
  16.    USA
  17.       
  18. Hello everybody,
  19.  
  20.     This program has grown organically and unstructured from a small
  21. kernal so it is really a mess. But when I saw your Fractint and compared
  22. it to my program, I decided to share my efforts with you. 
  23.     Especially the floting point assembler routine of mine I think is
  24. pretty fast (something up to 3 times the Fractint floting point). I have
  25. unrolled 4 iterations before making a comparison and all data stays in
  26. the 80 bit accuracy of the stack. This allows zoomfactors up to 1E13 and
  27. iteration depths of 10000 in times of 1-2 hours of some areas in the
  28. Mandelbrot set.
  29.     Also the color palette and the "Color Factor" I use tend to give nice
  30. colors and a good compromise of exponentially changing color bands. The 
  31. mouse came in late in the development so it is used only to place
  32. and resize the zoom box.
  33.     I was amused to find the idea of first generating a corse picture and
  34. then fill in the details in a second pass also in Fractint. Originally
  35. I had three passes with the second interpolating data from 9 of the 25
  36. pixels in the first pass 5x5 box. I later skipped the second pass when
  37. speed optimations made it unnessecary.
  38.     Then came file saving with compression (2 pixels/byte in a run-length
  39. format of my own), windows for making fast, small pictures, color cycling
  40. with random generated colors, even frehand painting, and so on ... 
  41.     So feel free to use the parts and ideas you like to include in your
  42. Fractint as long as you give me credit for it.
  43.  
  44. Yours truly
  45. Håkan Malmqvist
  46.  
  47.  
  48.  
  49. On the diskette:
  50.  
  51. README.TXT  Some explanations
  52. MAND.BAS    Source code in Turbo Basic
  53. XX.BIN      Inline assembler routines
  54. XX.ASM      Assembler source routines
  55. MAND.EXE    Executable file
  56. XX.MDE      Sample Mandelbrot pictures
  57.  
  58.  
  59.  
  60.