# vasturiano/3d-force-graph

3D force-directed graph component using ThreeJS/WebGL

Repository: https://github.com/vasturiano/3d-force-graph
Canonical: https://ross.abutalabs.com/products/3d-force-graph
Homepage: https://vasturiano.github.io/3d-force-graph/example/large-graph/
Language: HTML
License: MIT
License Family: permissive
Topics: 3d-force-graph, threejs, webgl, data-visualization, 3d, d3js, force-directed-graphs
Last push: 2026-04-05T00:09:54+00:00

## Health v2 (maintenance only)
Score: 66/100 (v2, computed 2026-09-03T02:20:16.233290+00:00)
- activity 75, release rhythm 35, longevity 100
- inputs: {"age_days": 3474, "days_push": 151, "days_rel": null, "gap_med": null, "n_releases_24m": 0}
- flags: no_releases
- formula: round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10)

## Adoption (not part of the score)
Stars 6342, forks 1011 (observed 2026-08-28T04:09:41.856111+00:00)

## What it is
A web component for rendering graph data structures as interactive 3D force-directed layouts using ThreeJS/WebGL. It uses d3-force-3d or ngraph for physics simulation and supports features like directional arrows, curved links, and custom node rendering.

## Use cases
- visualize a network graph in 3D in the browser
- render force-directed graph with WebGL
- explore large graph datasets interactively
- display knowledge graph with 3D node-link diagram
- embed an interactive 3D network visualization in a web app
- visualize dependencies or relationships between entities

## When to choose
- you need interactive 3D graph visualization in a web page
- you want a ready-made web component or React bindings
- your graph has hundreds to thousands of nodes and needs GPU rendering

## When to avoid
- you need 2D graph rendering (use the companion force-graph library)
- you need server-side or static graph image generation
- you need non-graph 3D scene rendering

## Facets
- artifact type: library
- maturity: active
- function: data-visualization, graphics
- domain: data-visualization, web-development, frontend
- platform: browser
- tags: threejs, webgl, force-directed-graph, 3d, d3-force, web-component, graph-layout, javascript, web

## Member repositories
- vasturiano/3d-force-graph (main) score 66

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:09:41.856111+00:00.
- Health v2: computed from the inputs above; adoption is never an input.
- Inferred fields (summary, facets, guidance): AI-extracted, prompt v1, taxonomy v1, on 2026-08-29T17:46:08.527980+00:00, confidence not recorded.
  - readme: https://github.com/vasturiano/3d-force-graph (fetched 2026-08-28T04:09:41.856111+00:00, sha 095cd3b2e82c)
  - homepage: https://vasturiano.github.io/3d-force-graph/example/large-graph/ (fetched 2026-08-29T08:42:25.503078+00:00, sha 44136fa355b3)
- Data as of 2026-08-30T08:39:29.467469+00:00.
