A (very old) Ceullular Automata explorer written in 2003.
Go to file
Seth Morabito b5fd2be761
Merge pull request #2 from sbeitzel/master
Convert Swing app to JavaFX
2018-07-26 15:34:05 -07:00
src/main update pom and about for release 2018-07-13 10:07:52 -07:00
.gitignore fix typo in readme; ignore build artifacts and project metadata 2018-07-10 09:55:08 -07:00
LICENSE.TXT Initial checkin from local CVS repo 2012-05-28 19:22:30 -07:00
README.md Updated readme with maven notes 2018-07-13 10:06:15 -07:00
pom.xml update pom and about for release 2018-07-13 10:07:52 -07:00

README.md

Automata Explorer

Automata Explorer was a weekend project of mine after a brief but passionate interest in cellular automata back in 2003. This project should therefore not be looked at as an example of my most recent (or best) work. Nevertheless, I am preserving it here on Github for historical interest and pure vanity!

These days, if you're interested in a much, much better Cellular Automata explorer, I would recommend Golly (http://golly.sourceforge.net/)

Building Automata

Automata uses Maven to build :

% mvn package

Building on OS X

On OS X, this project includes an ICNS resource and defines packaging variables so that the native bundler will generate a disk image installer. To make this work, you'll want to define the property jfxapp.mac.signing-key either in pom.xml or in your settings.xml. To get a signing key, you'll need to register an Apple ID as an Apple developer.

License

Copyright (c) 2012, Seth J. Morabito sethm@loomcom.com All rights reserved.

This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version.

This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.

You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.