Using the Theater to view creatures grown from genotypes 

The Framsticks Theater allows you to view Framsticks models (body and brain) grown from the provided genotype.

Usage

theater -g View the default "F" individual
theater -g genotype View an individual created from genotype
theater -g - View an individual created from genotype entered using keyboard (from stdin)
theater -g - <file View an individual created from genotype in file
theater --help Displays additional command-line options, including the "-g" option

Examples

(should be entered in the command line)

    theater -g

    theater -g XX(X,X[0:0])

    theater -g X(X,RRMMX[@G:.5](X[@G:.5],X))

    theater -g "/*4*/rr#5<,RR<LX>LX>>X"

    theater -g -
    and enter into the window:
    MX[@*:-.4,2:-2.890,1 :-1.808](RX(FX,),MX[@-1 :1.849,0:3.094,0:-1.387][|-1 :1.287,0:.5](rX(,X),,RX(X,)),rX(,FX))
    then immediately after the last ')' press EOF character (control-Z (^Z) for Windows, control-D (^D) for Linux) and ENTER.

    More examples: run and examine files viewgeno_ex1.bat, viewgeno_ex2.bat, viewgeno_ex3.bat and viewgeno_ex4.bat.

Camera

Drag the mouse to rotate the model. Use mouse wheel or middle-button drag to control zoom.