Skip to content

Manual port of the popular Bullet physics engine from C++ to Javascript

License

GPL-3.0, MIT licenses found

Licenses found

GPL-3.0
LICENSE-GPL
MIT
LICENSE-MIT
Notifications You must be signed in to change notification settings

GradientStudios/bump.js

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Bump.js

Dependencies

  • grunt (>= 0.3.9)
  • uglify-js (>= 1.2.3)

The current version of grunt runs uglify-js@1.0.7, which contains a bug causing exponential runtime when minifying BoxBoxDetector.js. The current workaround is:

$ cd node_modules/grunt
$ npm install uglify-js@1.2.6

One time setup for build process:

Setup

Once the dependencies are installed:

$ grunt

About

Manual port of the popular Bullet physics engine from C++ to Javascript

Resources

License

GPL-3.0, MIT licenses found

Licenses found

GPL-3.0
LICENSE-GPL
MIT
LICENSE-MIT

Stars

Watchers

Forks

Packages

No packages published