home *** CD-ROM | disk | FTP | other *** search
/ The World of Computer Software / World_Of_Computer_Software-02-385-Vol-1of3.iso / l / life2d.zip / LIFE.DOC next >
Text File  |  1992-06-03  |  2KB  |  40 lines

  1.        LIFE-PIX, Copyright PC Solutions 1992.
  2.  
  3.   2D LIFE patterns are a novel way of generating graphical
  4. patterns. You don't really need to understand the maths to use
  5. it - just experiment with seed-values - however, for the brave (!),
  6. here is an example:-
  7.      0213011210230120...   Generation 1 (640 colour pixels..)
  8.       36442443355433....   & then apply RULES (ie. 012301230123)
  9.       32002003311033...    Generation 2
  10.   The numbers above are displayed as coloured pixels, using the
  11. standard EGA/VGA palette (offset with the Start Colour). The
  12. computer generates 640 numbers between 0 & 3 for the 1st
  13. generation. To generate each pixel in the next row, add together
  14. the three immediatly above, and use that value to look-up a RULES
  15. table (also randomly generated).
  16.   The above example uses 4 colours (0 to 3) - this can be changed
  17. by altering the # Colours parameter. The FX parameter also changes
  18. the way the cells behave. If all this is confusing, just experiment
  19. with different Random-Seed values. If you don't like a pattern, you
  20. may hit ESC to abort it early, or RETURN to try another..
  21.  
  22.   HINTS:- When exploring patterns, it is best to start up by hitting
  23. SPACE, and then call up new seeds by hitting RETURN until something
  24. interesting happens. If you then abort back to the menu with ESC, you
  25. can try different parameters with that seed - for example hit F4 to
  26. select different subtle effects, or F2 to select start color offset
  27. in palette (the default EGA/VGA 16 colour palette is used). You can
  28. change the range of colours used with F1, although this usually
  29. radically changes the pattern. Generally the bigger colour ranges
  30. generate fewer interesting patterns - 4 is optimum.
  31.   While CGA mode is supported, you get by far the best results with
  32. EGA or VGA colour.
  33.  
  34.   If you like LIFEPIX you should register by buying one of our packs
  35. - if you get UTIL-PACK-1, you will find the latest version of LIFEPIX,
  36. with save screen option, a sample C-source code for you to experiment
  37. with, and futher details on how LIFE-PIX works. Remember I don't see
  38. any of the cash you may have paid to buy this disk or magazine, so I
  39. rely on YOU! All comments on LIFEPIX welcome... Enjoy!
  40.