https://github.com/zxch3n/tidy
A tree visualization tool written in Rust
https://github.com/zxch3n/tidy
rust visualization
Last synced: about 1 year ago
JSON representation
A tree visualization tool written in Rust
- Host: GitHub
- URL: https://github.com/zxch3n/tidy
- Owner: zxch3n
- License: mit
- Created: 2022-06-02T07:53:47.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2023-05-19T18:02:43.000Z (about 3 years ago)
- Last Synced: 2025-03-28T19:08:38.726Z (about 1 year ago)
- Topics: rust, visualization
- Language: Rust
- Homepage:
- Size: 1.21 MB
- Stars: 314
- Watchers: 5
- Forks: 11
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# Tidy Tree Visualization

[**See the introduction blog here** đź”—](https://zxch3n.com/tidy/tidy/)

Tidy is designed specifically for tree layout. Graph and DAG data are not supported.
The layout algorithm is based on paper _"Drawing non-layered tidy trees in linear time"_.
```
A. van der Ploeg, “Drawing non-layered tidy trees in linear time,”Software: Practice and Experience, vol. 44, no. 12, pp. 1467–1484, 2014, doi: 10.1002/spe.2213.
```