Skip to content

Latest commit

 

History

History
16 lines (13 loc) · 586 Bytes

INTERNAL.md

File metadata and controls

16 lines (13 loc) · 586 Bytes

Tried and failed approaches:

  • cytoscape-dagre ->
    • problem with multiedges, e.g. when having true/false both go to if-end
    • it just merges 2 edges..
    • dagre layout isnt suitable for ifs and whiles..
  • flowchartjs ->
    • cant add metadata to edges, which is needed when inserting new node etc.
    • cant use direct recursion, eg. empty while loop
  • mxgraph ->
    • I forgot what was the issue, layout maybe