Siteswap tools
A collection of siteswap tools
-
State transition diagram visualiser
This is a visualiser for siteswap state transition diagrams, with smart default layouts, filtering for period/max height and highlighting of siteswaps.
-
Causal editor
A simple editor for causal/ladder diagrams.
-
Simple siteswap info
Get basic information (validity, state, transitions, stack notation) about a siteswap.
-
Siteswap anagram finder
This is a heavily optimised C++ program to find or count all anagrams of a siteswap.
-
Regular expression siteswap validator
This was an answer to the question "can you validate a siteswap using just regular expressions?". It creates the state transition graph, which can be considered as a FSA and converts it to a regular expression.