GPU-accelerated real-time 3D network visualization for any streaming data source. React + Three.js + D3-force. 5,000+ nodes at 60fps.
npm install && npm run devCapabilities documented in this repository.
See the full documentation for details.
See the full documentation for details.
See the full documentation for details.
See the full documentation for details.
See the full documentation for details.
See the full documentation for details.
Install it, then run your first command.
npm install && npm run dev
| Command | Runs |
|---|---|
npm run dev | next dev -p 3100 |
npm run build | next build |
npm run start | next start -p 3100 |
npm run lint | next lint |
npm run typecheck | tsc --noEmit |
npm run test | vitest run |
Taken directly from this repository's documentation.
git clone https://github.com/nirholas/visualize-web3-realtime.git
cd visualize-web3-realtime
npm install && npm run devgit clone https://github.com/nirholas/visualize-web3-realtime.git
cd visualize-web3-realtime
npm install # links every packages/* workspacenode packages/create-swarming-app/dist/index.js my-viz # React + swarming, ready to go
node packages/create-swarming-plugin/dist/index.js my-plugin # Plugin scaffold with hot reload