fdg
fdg copied to clipboard
A Force Directed Graph Drawing Library
Is there a way we can specify gravity for layouts?
I'm interested in playing with custom forces, as well as combining in some other graph layout techniques for minimizing edge crossings (stuff like [this tabu search layout idea](https://www.sciencedirect.com/science/article/abs/pii/S1045926X14001128)). Is there...
Hi, First off, thank you for writing this library, it's a really neat project. However, I couldn't help but notice the lack of parallelization. This is of consequence, as simulations...
If I have self-referenced nodes in ForceGraph and update simulation all the coordinates are becoming `NaN`
It seems that the current structure has been reworked into a new package `fdg` and is version 1.0. Is it intended that it remains unpublished?
Hello! Thank you very much for the wonderful crate! This PR just add the serde-1 flag to petgraph. This allows (de)serialisation for _e.g._ `StableGraph`. Have a great day!
I get the following compiler error when trying to use `fdg::init_force_graph_uniform` with a graph defined as `StableGraph`: ```bash 18 | let mut force_graph: fdg::ForceGraph = fdg::init_force_graph_uniform(graph, 10.0); | ----------------------------- ^^^^^...
I would like to use the algorithm to determine the location of a new node while keeping the existing ones fixed.