An open API service indexing awesome lists of open source software.

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

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.