Michael Jones
2017-08-04 09:51:23 UTC
Hi,
I am interested in exploring the automatic layout of
flow-chart-like-structures in Elm. I'm not sure of the exact terminology. I
think directed graphs covers it.
Perhaps a solution like the one presented in this
paper: http://www.graphviz.org/Documentation/TSE93.pdf
I would be happy to try to tackle it myself but I'm also curious if anyone
is already looking into it? I have done some searching and have found
various graph libraries but not tackle the idea of doing an automatic
layout.
I am not so interested in force-layouts as they product more organic
results which do not match my use case.
Related results:
- Fixed diagrams: https://github.com/vilterp/elm-diagrams
- Drawing tree structures: https://github.com/brenden/elm-tree-diagram
- Drawing arc
diagrams: https://github.com/justinmimbs/elm-arc-diagram/tree/1.0.0
- Graph editor with dot export: https://github.com/jhrcek/elm-graph-editor
- Visualisation library which includes Force
Layouts: https://github.com/gampleman/elm-visualization
Cheers,
Michael
I am interested in exploring the automatic layout of
flow-chart-like-structures in Elm. I'm not sure of the exact terminology. I
think directed graphs covers it.
Perhaps a solution like the one presented in this
paper: http://www.graphviz.org/Documentation/TSE93.pdf
I would be happy to try to tackle it myself but I'm also curious if anyone
is already looking into it? I have done some searching and have found
various graph libraries but not tackle the idea of doing an automatic
layout.
I am not so interested in force-layouts as they product more organic
results which do not match my use case.
Related results:
- Fixed diagrams: https://github.com/vilterp/elm-diagrams
- Drawing tree structures: https://github.com/brenden/elm-tree-diagram
- Drawing arc
diagrams: https://github.com/justinmimbs/elm-arc-diagram/tree/1.0.0
- Graph editor with dot export: https://github.com/jhrcek/elm-graph-editor
- Visualisation library which includes Force
Layouts: https://github.com/gampleman/elm-visualization
Cheers,
Michael
--
You received this message because you are subscribed to the Google Groups "Elm Discuss" group.
To unsubscribe from this group and stop receiving emails from it, send an email to elm-discuss+***@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
You received this message because you are subscribed to the Google Groups "Elm Discuss" group.
To unsubscribe from this group and stop receiving emails from it, send an email to elm-discuss+***@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.