renjianfeng / ammo.js-typings

TypeScript type definitions generated by parsing official WebIDL bindings for Ammo.js

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Ammo.js Typings

TypeScript type definitions for Ammo.js

What is Ammo.js?

Ammo.js is direct port of the Bullet physics engine to JavaScript using Emscripten.

Why should I use this package while there are other packages?

There wasn't a complete type definitions package for Ammo.js before this project has started. This package is developed by parsing official WebIDL bindings of Ammo.js which can be found at https://github.com/kripken/ammo.js/blob/master/ammo.idl.

Usage

Currently, there is no NPM package yet. But, you can use it anyway by using following command:

$ npm install github:osman-turan/ammo.js-typings

Contributing

Please open an issue before submitting any pull-requests.

Authors

License

This project is licensed under the MIT License - see the LICENSE file for details.

About

TypeScript type definitions generated by parsing official WebIDL bindings for Ammo.js

License:MIT License