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

tJener/bump.js

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Bump.js

bump.js is JavaScript port of the Bullet physics engine.

Dependencies

The current version of grunt runs [email protected], which contains a bug causing exponential runtime when minifying bump.js. Running make will fix this locally. What it is doing under the hood is:

$ cd node_modules/grunt
$ npm install [email protected]

Build

Once the dependencies are installed:

$ make

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

Languages

  • JavaScript 100.0%