GitHub - vasturiano/3d-force-graph: 3D force-directed graph component using ThreeJS/WebGL
A web component to represent a graph data structure in a 3-dimensional space using a force-directed iterative layout. Uses ThreeJS/WebGL for 3D rendering and either d3-force-3d or ngraph for the underlying physics engine. See also the 2D canvas version, VR version and AR version. And check out the React bindings.
https://github.com/vasturiano/3d-force-graph
GitHub - vasturiano/react-force-graph: React component for 2D, 3D, VR and AR force directed graphs
React bindings for the force-graph suite of components: force-graph (2D HTML Canvas), 3d-force-graph (ThreeJS/WebGL), 3d-force-graph-vr (A-Frame) and 3d-force-graph-ar (AR.js). This module exports 4 React components with identical interfaces: ForceGraph2D, ForceGraph3D, ForceGraphVR and ForceGraphAR. Each can be used to represent a graph data structure in a 2 or 3-dimensional space using a force-directed iterative layout.
https://github.com/vasturiano/react-force-graph

Seonglae Cho