An open API service indexing awesome lists of open source software.

https://github.com/jimmyhmiller/fsm-maker

Simple UI for making Finite State Machines
https://github.com/jimmyhmiller/fsm-maker

clojure finite-state-machine fsm

Last synced: 4 months ago
JSON representation

Simple UI for making Finite State Machines

Awesome Lists containing this project

README

          

# FSM Maker

Create SVG drawings of finite state machines with a simple DSL.

[https://jimmyhmiller.github.io/fsm-maker/](https://jimmyhmiller.github.io/fsm-maker/)

```
start
0 -> start
1 -> middle

middle
0 -> finish
1 -> finish
```

![FSM](https://raw.githubusercontent.com/jimmyhmiller/fsm-maker/master/images/example.svg?sanitize=true "fsm")

## Development

```bash
lein figwheel
```