Can I use three.js for network visualization?

the effect which i like

1 Like

or can we use some layout such as: Force Atlas 2 with three,js?

three.js is just a 3D engine. Of course you can do force-directed graph drawing but you have to implement the respective algorithms by yourself. Keep in mind that three.js does not focus on information visualization like D3.js.

2 Likes

I believe that you can. I do not know about your current skill level when it comes to 3D visualization, but even if you are a complete beginner - I believe you will be able to do this given enough time. Believe in yourself, and don’t give up. You can do this!

6 Likes

really appreciate for that ,Sir!!

thank you for the encourage ,i will drill down to it

1 Like

@anvaka has been making spectacular graphs with webgl.

Check out his demo of the npm dependency graph – use the w key to fly forward or some of his other awesome demos.

4 Likes