vasturiano / 3d-force-graph

3D force-directed graph component using ThreeJS/WebGL
https://vasturiano.github.io/3d-force-graph/example/large-graph/
MIT License
4.66k stars 821 forks source link

"Headless" force graph #625

Open nicola-attico opened 1 year ago

nicola-attico commented 1 year ago

Is it possible to use force-graph-3d in a "headless" way, to run the simulation only, but not for visualization? We would like to integrate the engine with Unity for visualization

thanks, Nicola

vasturiano commented 1 year ago

@nicola-attico for that purpose I'd recommend to consume directly from d3-force-3d. That's just the force simulation engine part and you can choose any representation method you'd like.