https://github.com/jjoe64/nodejs-physijs
run physijs on node
https://github.com/jjoe64/nodejs-physijs
Last synced: 9 days ago
JSON representation
run physijs on node
- Host: GitHub
- URL: https://github.com/jjoe64/nodejs-physijs
- Owner: jjoe64
- Created: 2013-07-03T19:20:33.000Z (almost 12 years ago)
- Default Branch: master
- Last Pushed: 2013-07-13T11:18:55.000Z (almost 12 years ago)
- Last Synced: 2025-03-27T13:51:15.182Z (27 days ago)
- Language: JavaScript
- Homepage: http://www.jjoe64.com/2013/07/physijs-and-threejs-on-nodejs.html
- Size: 572 KB
- Stars: 9
- Watchers: 3
- Forks: 6
- Open Issues: 0
-
Metadata Files:
- Readme: README
Awesome Lists containing this project
README
THREE.js + physijs on node.js
===============================run physical engine server-side with node.js.
About this project
-------------------
There are 2 sub directories (browser + node). Both apps are the same example. There
is a falling box, that lands on another box. It's just a trivial physical demo.The libraries in "browser/libs" are original from three/physijs (except the log).
But the libraries in "node/libs" are modified to work with node.js.Requirements
=============
you need socket.io
> $ npm install -g socket.io