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

https://github.com/protolambda/automata

Cellular automata w/ WebG, NodeJS and ES6
https://github.com/protolambda/automata

Last synced: about 2 months ago
JSON representation

Cellular automata w/ WebG, NodeJS and ES6

Awesome Lists containing this project

README

        

[![Build Status](https://travis-ci.org/protolambda/automata.svg?branch=master)](https://travis-ci.org/protolambda/automata)

# Cellular automata

Cellular automata sandbox in JS(ES6) + WebGL.

Implemented cellular automata:
- Conway's Game of Life (GOL)
- highlife
- day and night
- no-death
- seeds
- replicator

## Demo

Online demo at: http://automata.protolambda.com/

## License

MIT License, see [LICENSE](LICENSE), located in the root of this repository.