Skip to content

gfxprim/automata

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 
 
 
 
 
 
 
 
 

GFXPrim Automata

This is an automata explorer using the GFXPrim graphics library.

Screenshot

Rule 94r

Presently it implements a nearest neighbor one dimensional cellular automata and the reversible variants of each rule. The implementation is described on richiejp.com/1d-reversible-automata.

Command Line

If the command line switch -f <file path> is specified then automata will save an image to <file path> and exit. For example:

$ ./automata -w 4 -h 256 -i "Shell Example" -f ./210r-256x256.png -r 210 -e

Produces

Rule 210r