My first release on crates.io: A graph visualization lib
github.com·20h
Flag this post

¹

visgraph

visgraph is an easy-to-use Rust library for visualizing graphs using various layout algorithms and exporting them to image formats like PNG or even SVG.

The current implementation uses SVG as an intermediate format, allowing for high-quality rendering and scalability, in order to be able to use resvg.

The various layout algorithms that are supported can be found in the layout module documentation.

Supports Rust 1.68 and later. This will only change on major releases.

Usage

For more examples, see the examples directory.

// This example is taken from examples/default_settings.rs
use petgraph::gra...

Similar Posts

Loading similar posts...