vasturiano / d3-force-3d

Force-directed graph layout in 1D, 2D or 3D using velocity Verlet integration.
https://observablehq.com/@vasturiano/multi-dimensional-d3-force-simulation
MIT License
369 stars 52 forks source link

Run the calculations on GPU #22

Open jluisestrada opened 11 months ago

jluisestrada commented 11 months ago

Would it be possible to run the engine on GPU using gpu.js or webgpu to improve the expansion of the nodes? Is it feasible?