Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/d3/d3-force
- Owner: d3
- License: isc
- Created: 2015-11-03T20:35:53.000Z (about 9 years ago)
- Default Branch: main
- Last Pushed: 2023-12-30T16:50:14.000Z (10 months ago)
- Last Synced: 2024-04-08T22:09:30.468Z (7 months ago)
- Language: JavaScript
- Homepage: https://d3js.org/d3-force
- Size: 671 KB
- Stars: 1,738
- Watchers: 43
- Forks: 371
- Open Issues: 26
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-node-based-uis - d3-force - Library for creating interactive force directed graphs (Javascript Libraries / Layouting)
- awesome-frontend-graph-library - D3 Force - directed graph layout using velocity Verlet integration. (Layout Algorithm)
- jimsghstars - d3/d3-force - Force-directed graph layout using velocity Verlet integration. (JavaScript)
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)