This is a WebGPU implementation of basic force-directed graph drawing of graphs generated using a preferential attachment process.
The implementation is currently O(n^2). The next step is to implement a quadtree in WebGPU.
- Open the project in VS Code.
- Install the Live Server extension.
- Right-click on
index.html
and click Open with Live Server.