I would like to draw graphs with Three.js and wonder what is the best way for it.
This framework here https://github.com/davidpiegza/Graph-Visualization solves it in using spheres as nodes and lines as edges.
I would need to add labels to the edges or alternatively can select the edges.
What other ways are there to draw graphs? Does anyone have an idea?