Adds experimental-base helpers, richer gossip modules across all 16 experimental primitives, and bumps versions to 0.3.2. Co-authored-by: Cursor <[email protected]>
hyper-p2p-tension-field
Production module: 2D tension field.
Protocol: tension-field/v1
When to use
Spatial tension maps.
When not to use
Large simulations.
Quick start
const { HyperP2PTensionField } = require('hyper-p2p-tension-field')
const m = new HyperP2PTensionField()
await m.ready()
await m.close()
Docs
Test
npm install && npm test