home *** CD-ROM | disk | FTP | other *** search
/ Kids Cube / 1_Art.iso / life17 / life.doc < prev    next >
Text File  |  1993-01-14  |  3KB  |  53 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.   This version of LIFE-PIX is released as shareware. You may distribute
  35. it as long as you don't charge more than a small disk-copying fee for it,
  36. or alter it in any way.
  37.   PC SOLUTIONS holds all rights to this program, and we reserve the right
  38. to withdraw permission to use or distribute this program from any individual
  39. or organisation, if we feel they are abusing this privilege.
  40.   People often ask how we generate such small, fast programs - well special
  41. thanks must go to Borland and thier excellent Turbo-C compiler - this can
  42. generate much, much faster/smaller code than, say, Quickbasic. Forget the
  43. rest, Turbo-C is the best! Contact Borland on Freephone 0800 212727
  44. (or 0734 321150) for futher info. You will find some of our own special
  45. C-Tools for Turbo-C on our Util-Pack..
  46.  
  47.   If you like LIFEPIX you should register by buying one of our packs
  48. - if you get UTIL-PACK-1, you will find the latest version of LIFEPIX,
  49. with save screen option, a sample C-source code for you to experiment
  50. with, and futher details on how LIFE-PIX works. Remember I don't see
  51. any of the cash you may have paid to buy this disk or magazine, so I
  52. rely on YOU! All comments on LIFEPIX welcome... Enjoy!
  53.