A Force Directed Graph Framework for Rust.
The goal of this project is to provide a force-directed graph framework and algorithms for Rust, as well as 2D and 3D visualizers that work on the web and desktop.
/fdg-sim
The underlying force simulation framework. Handles your dataset's positions based on a physics engine of your choice (or creation)./fdg-macroquad
A visualizer forfdg-sim
that usesmacroquad
for rendering.
Your Application |
---|
fdg-macroquad |
fdg-sim |
- Force-Directed Graphs on Wikipedia
- Force Directed Drawing Algorithms (Kobourov)
- Example javascript force directed graph layout engines d3-force and ngraph.forcelayout