CellularAutomata.jl
This package is meant to be a complete Open source reference for everything regarding Cellular Automata. In it you will find wayd to create one and two dimensional Cellular Automata models and functions to analyze them
General usage
The main function is given by CellularAutomaton
where rule
is a function returning the next state of the Cellular Automata.
Contributions
Contributions are more than welcomed! I do not have too much bandwidth for this package at the moment, but I will try to take care of any contributions should they come.