block by vasturiano f59675656258d3f490e9faa40828c0e7

Multi-dimensional D3 force simulation

Full Screen

Multi-dimensional force-directed layout using 3d-force-graph.

This graph reusable component uses D3-force-3d, an updated version of the D3 force physics engine, extended from the 2D standard to work in 3D or 1D. Internally instead of a d3-quadtree, this layout uses d3-octree to optimize three-dimensional indexing, or d3-binarytree for one-dimension.

Rendered using ThreeJS/WebGL.

Select different modes and cycle through various topological data sets using the controls on top.

index.js

index.html

data-set-loader.js

style.css