Drup / tree_layout

Algorithms to layout trees in a pretty manner.
https://drup.github.io/tree_layout/dev/
ISC License
37 stars 0 forks source link

Reading list #1

Open Drup opened 8 years ago

Drup commented 8 years ago

Many visualisation : http://treevis.net/

let-def commented 8 years ago

FYI, directed graph layout:

Drup commented 8 years ago

treemaps: http://www.win.tue.nl/~vanwijk/stm.pdf Sort of implementation : https://gist.github.com/hannesm/c8a9b2e75bb4f98b5100a838ea125f3b

EDIT: this is now implemented.

Drup commented 5 years ago

Some other reading recommendations on directed graphs:

dbuenzli commented 5 years ago

You may be interested by https://doi.org/10.1007/3-540-44969-8 which I have in my reading list for the past... 10 years.