Package toxi.sim.automata


package toxi.sim.automata
  • Class
    Description
    A 1D/2D Cellular Automata simulation matrix with flexible support of automata rules.
    This interface defines the required API for a CAMatrix compatible cellular automata rule implementation.
     
    An extended & customized implementation of 1D Wolfram automata, fully compatible with the classic definition, yet supporting flexible kernel sizes/rule systems and n-ary cell states.