home *** CD-ROM | disk | FTP | other *** search
/ Photo CD Demo 1 / Demo.bin / cellsim / cllsm_25.ann < prev    next >
Text File  |  1992-11-29  |  5KB  |  128 lines

  1.  
  2.            ****************************************
  3.                   ANNOUNCING
  4.            The Availability of Cellsim version 2.5
  5.            ****************************************
  6.                   by
  7.                 Chris Langton
  8.                 (cgl@lanl.gov)
  9.                  and
  10.                 Dave Hiebeler
  11.              (hiebeler@think.com)
  12.  
  13.   Version 2.5 of Cellsim is a SunView-based cellular automata simulator
  14. allowing interactive specification, editing, running, and analysis of
  15. 1- and 2-D CA's.  It will run on Sun-3's, -4's, and Sparc stations,
  16. color or B&W.
  17.  
  18.   You can also use Cellsim to attach to a Connection Machine, and use either
  19. the CM Frame Buffer or the Sun to display your images; you can do this either
  20. directly from a CM front-end, or remotely through the network.  Cellsim on the
  21. CM allows you to use arbitrarily complex update-functions and "cells".
  22.  
  23.   With these recent enhancements, Cellsim is now becoming a tool flexible
  24. enough to use for the exploration of lattice-based systems in general.
  25. Besides running traditional CAs, you can also do things such as run computed
  26. functions of up to 256 states per cell, use floating-point values, or run
  27. large ensembles of 1-D systems.  Running on the Connection Machine also
  28. give you the ability to do complex data-analysis on the fly, in parallel.
  29.  
  30. Since version 2.0 was never "officially" released, the changes since
  31. version 1.5 are listed below:
  32.  
  33. 1) 256-state "computed-function" rules can now be used, in addition to
  34.    lookup-tables, on both the Sun and CM.  This greatly expands the range
  35.    of rules you can investigate.
  36.  
  37. 2) You can now invoke Cellsim once, and change the neighborhood or number
  38.    of states or image size, without having to call up a new Cellsim.
  39.    Cellsim will also automatically switch into the proper neighborhood
  40.    when you load a rule, or the proper image size when you load an image,
  41.    unless you disable that feature.
  42.  
  43. 3) The "general" random image-generation routine is much more general now.
  44.  
  45. 4) You can create lookup-tables using "Lambda" or "Rho" parameters.
  46.    The Lambda parameter is described in the article "Studying Artificial
  47.    Life with Cellular Automata" by Chris Langton, in Physica 22D (1986),
  48.    and more recently in "Computation at the Edge of Chaos: Phase Transitions
  49.    and Emergent Computation" by C. Langton, in the proceedings of the
  50.    "Emergent Computation" conference, to be published in a special issue of
  51.    Physica D, 1990.
  52.  
  53. 5) The middle mouse-button can be used to reselect the last item selected
  54.    from any of the menus (except the "Defaults" menu) in the control-panel.
  55.  
  56. 6) You can save images in Sun raster format in addition to Cellsim's "raw
  57.    data" format.
  58.  
  59. 7) The process of writing C code to generate lookup tables has been
  60.    made easier.
  61.  
  62. 8) Tilde-expansion and wildcard-expansion is now performed on
  63.    filenames.  For example, you can now specify names such as
  64.    "~/Images/xyz.64x" or "xyz*.m4" when loading or saving images,
  65.    transition tables, colormaps, etc. 
  66.  
  67. 9) You can attach to a Connection Machine, and run the actual computations
  68.    on the CM, using either the CM frame-buffer or the Sun to display the
  69.    images.
  70.  
  71. 10) A new "defaults" menu which lets you bring up popup windows, so
  72.     you may change some of the behaviors of Cellsim.
  73.  
  74. 11) There are 5 user-definable "sequences" which you can "teach" series of
  75.     button-presses or menu-item selections.  So if there is some sequence
  76.     of commands you routinely use, you can define a sequence to hold those
  77.     commands, and call them up with the single press of a mouse-button.
  78.  
  79. 12) You can now draw lines and circles in the array, from the "Draw" menu.
  80.     (The "Draw" menu now contains the "random" image-generation routines).
  81.  
  82. 13) The maximum possible image-size is now 512x512, instead of 256x256
  83.  
  84.            ****************************************
  85.  
  86. You can obtain Cellsim via anonymous FTP to archive.cs.rpi.edu (128.113.53.18).
  87. Use the login "anonymous", and your e-mail address as password.  Then,
  88. do the following commands:
  89.   cd pub/cellsim
  90.   bin
  91.   get cellsim_2.5.tar.Z
  92.  
  93. That will transfer the tar file in binary mode.  Once you've obtained the
  94. tar file, you should uncompress it and extract its contents as follows:
  95.   uncompress cellsim_2.5.tar.Z
  96.   tar xvf cellsim_2.5.tar
  97.  
  98. Once you've done that, go to the "V2.5" directory, and follow instructions
  99. in the "README" and "Installation" files there.
  100.  
  101.  
  102.   If you are unable to use FTP, then send either a 1/4" or 1/2" tape to:
  103.  
  104.     Chris Langton
  105.     Theoretical Division
  106.     T-13, MS B213
  107.     Los Alamos National Laboratory
  108.     Los Alamos, NM 87545  USA
  109.  
  110. If you send 1/2" tape, please specify the density to use.
  111.  
  112. For those of you in Europe or Japan, we are sending copies of Cellsim to
  113. people who have agreed to serve as distribution sites there (tapes are on
  114. the way, guys!)  We'll follow-up with information on how to get it from them,
  115. once they have received the tapes and verified that they have working copies.
  116.  
  117. If you obtain Cellsim via FTP, please send Chris Langton (cgl@lanl.gov) a
  118. message, so that you can be placed on a distribution mailing-list for
  119. announcements of bug-fixes, new releases, announcement of new libraries,
  120. and so on.  This is very important, so that you can be kept up-to-date
  121. with Cellsim as it evolves.
  122.  
  123.  
  124. Cheers!
  125.  
  126. Chris Langton
  127. Dave Hiebeler
  128.