A PhysiJS port for bundlers with out-of-the-box support for Webpack and Browserify
npm install -S physijs-webpack
var Physijs = require('physijs-webpack');
and install worker-loader
with:
npm install -D worker-loader
var Physijs = require('physijs-webpack/browserify');
and install webworkify
with:
npm install -D webworkify
See the webpack.js and browserify.js files for examples as to how one might configure for a different bundler.
Feeling like your builds are too slow? Looking to speed them up? Check out our optimization docs!
Thanks to @silviopaganini for creating the initial browserify version! And of course @chandlerprall for creating Physijs itself!
Check out WhitestormJS and its physics integration for a more modern experience with ThreeJS and physics. It's modern enough to even have React and Angular integrations!