https://github.com/timo/zasim
cellular automata simulator framework and application
https://github.com/timo/zasim
Last synced: about 1 year ago
JSON representation
cellular automata simulator framework and application
- Host: GitHub
- URL: https://github.com/timo/zasim
- Owner: timo
- License: other
- Created: 2012-04-27T17:19:03.000Z (about 14 years ago)
- Default Branch: master
- Last Pushed: 2013-07-10T14:27:47.000Z (almost 13 years ago)
- Last Synced: 2025-04-10T01:17:23.979Z (about 1 year ago)
- Language: Python
- Homepage: http://zasim.wakelift.de/
- Size: 3.3 MB
- Stars: 4
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README
- License: LICENSE.txt
Awesome Lists containing this project
README
This is zasim, a python package for simulating and experimenting with
cellular automata.
After installing, run
zasim_cli --help
or
zasim_gui --help
for a quick overview of what zasim has to offer.
There is an interactive tutorial using the ipython notebook that can be
started with
zasim_tutorial
Look at docs/tutorial/installation.rst for help on installation or read
docs/tutorial/invocation.rst for info on how to use zasim.
Get an overview from docs/index.rst, generate a html documentation using
sphinx either from tox with
tox -e docs
or with
cd docs
make html
Visit the homepage of zasim at http://zasim.wakelift.de/, which is basically
just the generated html documentation put up on a webserver.