Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/d3/d3-force

Force-directed graph layout using velocity Verlet integration.
https://github.com/d3/d3-force

Last synced: about 1 month ago
JSON representation

Force-directed graph layout using velocity Verlet integration.

Awesome Lists containing this project

README

        

# d3-force

This module implements a [velocity Verlet](https://en.wikipedia.org/wiki/Verlet_integration) numerical integrator for simulating physical forces on particles. Force simulations can be used to visualize [networks](https://observablehq.com/@d3/force-directed-graph/2?intent=fork) and [hierarchies](https://observablehq.com/@d3/force-directed-tree?intent=fork), and to resolve [collisions](./d3-force/collide.md) as in [bubble charts](http://www.nytimes.com/interactive/2012/09/06/us/politics/convention-word-counts.html).

## Resources

* [Documentation](https://d3js.org/d3-force)
* [Examples](https://observablehq.com/collection/@d3/d3-force)
* [Releases](https://github.com/d3/d3-force/releases)
* [Getting help](https://d3js.org/community)