home *** CD-ROM | disk | FTP | other *** search
/ Club Amiga de Montreal - CAM / CAM_CD_1.iso / files / 260.lha / Plasma / EHBPlasma.ReadMe < prev    next >
Encoding:
Text File  |  1989-07-06  |  1004 b   |  28 lines

  1. Here is a little program which will draw EXTRAHALFBRITE plasma cloud
  2. fractals.  Plasma clouds are drawn by an algorithm which picks colors
  3. of the corner of a rectangle (the whole screen to start) then continues
  4. recursively quartering the rectange until it is 1 pixel.  Random colors
  5. are averaged with respect to the other rectangles in such a way that
  6. small neighborhoods do not show much color change.  
  7.  
  8. Pressing C key at any time begins color cycling the clouds
  9. press any key to stop color cycling.
  10. Menus are active while drawing.
  11. Pressing any key except C while drawing results in a pause.
  12.  
  13. These should really be done in HAM mode but I had trouble mapping
  14. things in that mode so I punted. I have a "virtual" palette of
  15. 256 colors which I map to the non contiguous EHB palette 
  16. (I assume all shades of a color are contiguous) hence
  17. the maparray and the unmap macro.
  18.  
  19. EHBPlasma020 is for 68020 machines only
  20. EHBPlasma is for all amigas.
  21.  
  22. Enjoy!
  23.  
  24. Roger Uzun
  25. 9733 Roe Drive
  26. Santee, Ca. 92071
  27. bix: ruzun
  28.