Files
modules/experimental/hyper-p2p-tension-field
Raven ScottandCursor 8971182b3f Deepen experimental category with shared base and expanded APIs.
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]>
2026-05-21 01:45:21 -04:00
..
2026-05-20 23:57:33 -04:00
2026-05-20 23:57:33 -04:00
2026-05-20 23:57:33 -04:00
2026-05-21 00:07:44 -04:00
2026-05-20 23:57:33 -04:00
2026-05-20 23:57:33 -04:00

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