Files
modules/experimental-wave5/hyper-p2p-tension-field
2026-05-20 23:36:32 -04:00
..
2026-05-20 23:36:32 -04:00
2026-05-20 22:56:32 -04:00
2026-05-20 22:56:32 -04:00
2026-05-20 21:19:52 -04:00
2026-05-20 22:56:32 -04:00
2026-05-20 21:57:50 -04:00
2026-05-20 21:57:50 -04:00
2026-05-20 23:36:32 -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