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
- Host: GitHub
- URL: https://github.com/nextlevelshit/d3_nested_nodes
- Owner: nextlevelshit
- Created: 2015-04-28T09:49:47.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2015-06-16T15:58:45.000Z (about 11 years ago)
- Last Synced: 2025-01-20T22:42:23.610Z (over 1 year ago)
- Language: JavaScript
- Homepage: http://dailysh.it/github/d3_nested_nodes/
- Size: 703 KB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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/