Skip to content

A tool to explore a graph in 3D created with three.js

Notifications You must be signed in to change notification settings

Oyveloper/3D-graph-explorer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

3D-graph-explorer

A tool to explore a graph in 3D created with three.js

About

This project was a way to learn about three.js through implementing a force-directed-graph algorithm in 3d and let you explore the resulting graph.

Force-directed-graph

The force-directed-graph algorithm uses a simple set of rules to move each node. All nodes repell each other similar to electric repulsion. Nodes connected to each other attract similar to a spring force. Lastly all nodes are weakly attracted to the center similar to a gravitational force.

About

A tool to explore a graph in 3D created with three.js

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published