Skip to content

Latest commit

 

History

History

diagrams

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 

Diagrams

Assorted diagrams for use as reference in understanding the structure and logic of the code within Penrose.

Regenerating the svgs

The diagram files themselves are written in the graphviz dot language. To output an svg from a given dot file, make sure that you have graphviz installed and then run the following:

$ FNAME="state" dot -Tsvg -o $FNAME.svg $FNAME.dot