Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/zxch3n/tidy
A tree visualization tool written in Rust
https://github.com/zxch3n/tidy
rust visualization
Last synced: about 6 hours 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 (over 2 years ago)
- Default Branch: master
- Last Pushed: 2023-05-19T18:02:43.000Z (over 1 year ago)
- Last Synced: 2024-11-06T03:43:52.858Z (7 days ago)
- Topics: rust, visualization
- Language: Rust
- Homepage:
- Size: 1.21 MB
- Stars: 302
- 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
![Show Case](https://i.ibb.co/hM6mnZS/202206150143.gif)
[**See the introduction blog here** đź”—](https://zxch3n.com/tidy/tidy/)
![](https://i.ibb.co/nbhZSQ7/image.png)
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.
```