Now we have our own tree drawing ltdb-tree.js, we should try to make them prettier, using the Reingold and Tilford algorithm
https://williamyaoh.com/posts/2023-04-22-drawing-trees-functionally.html
Or even better, van der Ploeg’s non-layered tidy trees https://onlinelibrary.wiley.com/doi/full/10.1002/spe.2213
With an implementation in rust here: https://github.com/zxch3n/tidy
Now we have our own tree drawing
ltdb-tree.js, we should try to make them prettier, using the Reingold and Tilford algorithmhttps://williamyaoh.com/posts/2023-04-22-drawing-trees-functionally.html
Or even better, van der Ploeg’s non-layered tidy trees https://onlinelibrary.wiley.com/doi/full/10.1002/spe.2213
With an implementation in rust here: https://github.com/zxch3n/tidy