0.1.5 • Published 8 years ago

nodejs-physijs v0.1.5

Weekly downloads
3
License
Apache-2.0
Repository
github
Last release
8 years ago

THREE.js + physijs on node.js

Run the physijs physics engine server-side with node.js

Quick Start

To use physijs on the server side

const NodePhysijs = require('nodejs-physijs');
const THREE = NodePhysijs.THREE;
const Ammo = NodePhysijs.Ammo;
const Physijs = NodePhysijs.Physijs(THREE, Ammo);

The libraries in "browser/libs" (in github) are the original ones from three/physijs (except the log). But the libraries in "nodejs/libs" are modified to work with node.js.

0.1.5

8 years ago

0.1.4

8 years ago

0.1.3

8 years ago

0.1.2

8 years ago

0.1.1

8 years ago

0.1.0

8 years ago