force_graph 0.4.0

Force-directed graph algorithm
Documentation
1
2
3
4
5
6
7
8
# force-graph-rs

[![Crates.io](https://img.shields.io/crates/v/force_graph.svg)](https://crates.io/crates/force_graph)
[![Docs Status](https://docs.rs/force_graph/badge.svg)](https://docs.rs/force_graph)

A Rust implementation of the force-directed graph algorithm from [Graphoon](https://github.com/rm-code/Graphoon/).

See the [API documentation](https://docs.rs/force_graph) and run the example with `cargo run --example demo`.