Show HN: A Graphviz Implementation in Rust
1–10 of 56 posts
Re: Show HN: A Graphviz Implementation in Rust
#2Re: Show HN: A Graphviz Implementation in Rust
#3Re: Show HN: A Graphviz Implementation in Rust
#4I tend to stay away from Graphviz a lot more than I otherwise would these days due to the lack of manual formatting controls (have spent waaaayyy too many hours writing code to add invisible edges between certain nodes to force row-ordered layouts).
Re: Show HN: A Graphviz Implementation in Rust
#5Does the standard implementation include any similar debug rendering? Seems like the coolest part of the project! I tend to stay away from Graphviz a lot more than I otherwise would these days due to the lack of manual formatting controls (have spent waaaayyy too many hours writing code to add invisible edges between certain nodes to force row-ordered layouts).
Re: Show HN: A Graphviz Implementation in Rust
#6this is very nice! what license will it have?
Re: Show HN: A Graphviz Implementation in Rust
#7Does the standard implementation include any similar debug rendering? Seems like the coolest part of the project! I tend to stay away from Graphviz a lot more than I otherwise would these days due to the lack of manual formatting controls (have spent waaaayyy too many hours writing code to add invisible edges between certain nodes to force row-ordered layouts).
Re: Show HN: A Graphviz Implementation in Rust
#8[dead]
Re: Show HN: A Graphviz Implementation in Rust
#9But man, endlessly fiddling to fix the layouts is time I'd like back in my life