# d3-force **Repository Path**: mirrors_d3/d3-force ## Basic Information - **Project Name**: d3-force - **Description**: Force-directed graph layout using velocity Verlet integration. - **Primary Language**: Unknown - **License**: ISC - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-08-08 - **Last Updated**: 2026-03-21 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## 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)