All examples By author By category About

lorenzopub

Multi-dimensional D3 force simulation

Multi-dimensional force-directed layout using 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.

forked from vasturiano's block: Multi-dimensional D3 force simulation