27

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?

1
  • 2
    Did you find a good solution? Commented Jul 14, 2015 at 13:34

1 Answer 1

24

You should check out MathBox http://acko.net/blog/making-mathbox/ (which is based on three.js and the author's shader library ShaderGraph.js). The MathBox uses his library for many of this interactive 3d Math examples found on his blog. http://acko.net/blog/

Sign up to request clarification or add additional context in comments.

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.