.flake8
.pylintrc
.travis.yml
CHANGELOG.md
CODE_OF_CONDUCT.md
CONTRIBUTING.md
LICENSE
MANIFEST.in
README.rst
setup.cfg
setup.py
docs/Makefile
docs/conf.py
docs/index.rst
docs/make.bat
docs/_static/img/xentica.png
docs/api/xentica.bridge.rst
docs/api/xentica.core.rst
docs/api/xentica.core.topology.rst
docs/api/xentica.seeds.rst
docs/api/xentica.tools.rst
docs/api/xentica.utils.rst
docs/manual/installation.rst
docs/manual/testing.rst
docs/manual/tutorial.rst
examples/__init__.py
examples/base.py
examples/evolife.py
examples/game_of_life.py
examples/noisetv.py
examples/run.sh
examples/shifting_sands.py
requirements/main.txt
tests/bridge/__init__.py
tests/bridge/test_base.py
tests/core/__init__.py
tests/core/test_base.py
tests/core/test_mixins.py
tests/core/test_properties.py
tests/core/test_renderers.py
tests/core/test_variables.py
tests/core/topology/__init__.py
tests/core/topology/test_border.py
tests/core/topology/test_lattice.py
tests/core/topology/test_neighborhood.py
tests/seeds/__init__.py
tests/seeds/test_patterns.py
tests/seeds/test_random.py
tests/tools/__init__.py
tests/tools/test_rules.py
tests/tools/test_xmath.py
tests/utils/__init__.py
tests/utils/test_formatters.py
xentica/__init__.py
xentica.egg-info/PKG-INFO
xentica.egg-info/SOURCES.txt
xentica.egg-info/dependency_links.txt
xentica.egg-info/requires.txt
xentica.egg-info/top_level.txt
xentica/bridge/__init__.py
xentica/bridge/base.py
xentica/bridge/moire.py
xentica/core/__init__.py
xentica/core/base.py
xentica/core/color_effects.py
xentica/core/exceptions.py
xentica/core/experiment.py
xentica/core/expressions.py
xentica/core/mixins.py
xentica/core/parameters.py
xentica/core/properties.py
xentica/core/renderers.py
xentica/core/variables.py
xentica/core/topology/__init__.py
xentica/core/topology/border.py
xentica/core/topology/lattice.py
xentica/core/topology/neighborhood.py
xentica/seeds/__init__.py
xentica/seeds/patterns.py
xentica/seeds/random.py
xentica/tools/__init__.py
xentica/tools/color.py
xentica/tools/genetics.py
xentica/tools/rules.py
xentica/tools/xmath.py
xentica/utils/__init__.py
xentica/utils/formatters.py