A cellular automaton library.
Project description
Vivludo
Vivludo is a library for working with cellular automata in Python.
There are many other PyPI packages for cellular automata, but most of them were not quite what I was looking for, so I decided to make my own. It's not really intended to be a "product", but since I was making it anyways I figured there was no reason not to release it. I can't guarantee support, documentation, and so on.
This package uses a reasonably fast implementation based on convolution (not as fast as whatever Golly uses, though). I think it might be possible to modify it for GPU acceleration (using PyTorch or something), but I haven't tried that.
Vivludo is Esperanto for "Life Game", in reference to Conway's Game of Life, which is one of the most well-known cellular automata.
Installation
pip install vivludo
Requires Python 3.5 or greater.
Usage
Some usage examples can be found in the examples
directory.
I may eventually add actual documentation, but for now there's just the
docstrings in the source code.
Licence
This package is released under the MIT licence, as described in LICENCE.txt
.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
File details
Details for the file vivludo-0.0.2.tar.gz
.
File metadata
- Download URL: vivludo-0.0.2.tar.gz
- Upload date:
- Size: 7.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.3.0 pkginfo/1.8.2 requests/2.24.0 setuptools/49.2.0.post20200714 requests-toolbelt/0.9.1 tqdm/4.63.1 CPython/3.8.3
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | ae25048210a99138bc6a0530af9887e8cbf91f161176ab7a1dca1abb8e147bac |
|
MD5 | 4fdc94e0ce7543a432ba675534ef8e7d |
|
BLAKE2b-256 | 7adca681fc9942f3e0106c5c040a0be8bff056fabee6aaa02c68bc4fb3a893d1 |