adrai / flowchart.js

Draws simple SVG flow chart diagrams from textual representation of the diagram
http://flowchart.js.org/
MIT License
8.49k stars 1.21k forks source link

Support for Petri Nets #106

Open eduo opened 7 years ago

eduo commented 7 years ago

Could be interesting to support Petri Nets. It shouldn't be too complicated in the logic, although it may be an interesting challenge visually.

Currently Petri Nets can't be emulated because OPs and IOs can have only one outcome and decisions are binary.

adrai commented 7 years ago

Feel free to do a PR. ;-)