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

https://github.com/boatx/pyca

Cellular automaton with Qt GUI
https://github.com/boatx/pyca

cellular-automata cellular-automaton conway-s-game-of-life python python-3-5 qt5-gui

Last synced: 7 months ago
JSON representation

Cellular automaton with Qt GUI

Awesome Lists containing this project

README

          

# pyCA

[Cellular automaton](https://en.wikipedia.org/wiki/Cellular_automaton) in Python with Qt GUI.

## Implemented automata:

* [Conway's Game of Life](https://en.wikipedia.org/wiki/Conway%27s_Game_of_Life)
* [Sand Pile (model of sand grains motion)](https://en.wikipedia.org/wiki/Block_cellular_automaton)

## Usage

```bash

python main.py

```

* Switch between automaton implementation from 'File' menu.
* Control speed of animation by slider.
* Click on grid to switch cell state.

## Requirements

* python => 3.5