UNPKG

ngraph.quadtreebh3d

Version:

Quad Tree data structure for Barnes-Hut simulation in 3d space

32 lines (31 loc) 680 B
{ "name": "ngraph.quadtreebh3d", "version": "1.0.0", "description": "Quad Tree data structure for Barnes-Hut simulation in 3d space", "main": "index.js", "scripts": { "test": "tap test/*.js", "perf": "npm version && node perf/updateBodyForce.js" }, "keywords": [ "ngraph", "quadtree", "barnes", "hut", "3d" ], "author": "Andrei Kashcha", "license": "MIT", "repository": { "type": "git", "url": "https://github.com/anvaka/ngraph.quadtreebh3d" }, "devDependencies": { "benchmark": "~1.0.0", "ngraph.physics.primitives": "^1.0.0", "tap": "^14.2.2" }, "dependencies": { "ngraph.random": "^1.0.0" } }