An open API service indexing awesome lists of open source software.

https://github.com/nextlevelshit/d3_nested_nodes

Force-directed clickable nested nodes
https://github.com/nextlevelshit/d3_nested_nodes

Last synced: over 1 year ago
JSON representation

Force-directed clickable nested nodes

Awesome Lists containing this project

README

          

# Force-directed clickable nested nodes

This experiment is based on [Mike Bostocks](//github.com/mbostock) beautiful [D3-Library](//d3js.org/) and inspirated by [Ross Kirslings](//github.com/rkirsling) [modal-logic playground](//rkirsling.github.io/modallogic/).

I'd tried to creat an force-directed particle system without any specified links. Every node has only attributes like ```id```, ```parent``` and ```title```. The linking system is going to be extracted by the attributes of the nodes. So we're getting a hirachy from the interlinked parent nodes.

Code example online: http://dailysh.it/github/d3_nested_nodes/