Skip to content

Latest commit

 

History

History
9 lines (5 loc) · 974 Bytes

README.md

File metadata and controls

9 lines (5 loc) · 974 Bytes

tidyt

tidyt provides support for so-called "tidy tree" layouts. The layout algorithm implemented in tidyt is based on the paper Drawing Non-layered Tidy Trees in Linear Time by A.J. van der Ploeg.

tidyt is a hard fork of https://github.com/zxch3n/tidy (forked from this commit). All credit goes to the original author, Zixuan Chen, and we are grateful to him for his work! This fork exists primarily to provide robust packaging and CI, and especially focuses on reproducible builds via Nix. However, its functionality may diverge from upstream over time. (Note that tidyt drops everything from the upstream project except for its Rust packages.)

License

tidyt is released under the same license as the original upstream project, namely the MIT license.