From: Michael Neumann Date: 2002-06-13T23:20:43+09:00 Subject: Re: ANN: Cellular Automata On Thu, Jun 13, 2002 at 10:56:52PM +0900, Peter Hickman wrote: > james@rubyxml.com wrote: > > >I recently picked up Wolfram's new book, and started a small FOX app to run > >the simple CA described in the notes to chapter 2. (Part of the plan was > >to allow the user to paste in chunks of Mathematica CA code and have the > >app interpret it, but that's a bit more complex.) As it stands now, you > >just enter the decimal number of the simple radius-1 CA. > > > >It was really a good excuse to go play with FOX, so the code is nothing > >brilliant, but if anybody is intersted, let me know. Needs serious > >refactoring. > > > > > A more GUI front to the code would be a very appealing idea although I > am much more of a Tk masochist myself. You may have a look at CA/Game of Life (RAA), which includes a very simple X interface for 2D arrays. Regards, Michael