Force Directed Graph

Force directed graph simulation

example graph

An example of a force directed graph visualization.

The goal of this project is to provide a force-directed graph algorithm for Rust, as well as 2D and 3D visualizers for this algorithm that work on the web and on desktop.

Contents

Structure

```

| Application |

| Visualizer |

| fdg-sim |

```

Resources