ammojs-typed
ammojs-typed copied to clipboard
TypeScript type definitions for ammo.js
Bumps [jsdom](https://github.com/jsdom/jsdom) from 16.3.0 to 16.7.0. Release notes Sourced from jsdom's releases. Version 16.7.0 Added AbortSignal.abort(). (ninevra) Added dummy x and y properties to the return value of getBoundingClientRect(). (eiko)...
As far as I understand, Ammo.js adds some of its own usability functions on top of the idl bindings such as [Ammo.wrapPointer](https://github.com/kripken/ammo.js/blob/main/tests/add-function.js#L44) and [Ammo.addFunction](https://github.com/kripken/ammo.js/blob/main/tests/add-function.js#L54). If you want to use these...
Hey, I was able to make use of this library in my project using the `Ammo as es6 module import` method when I launched my application through Webpack5 development server...
Bumps [ws](https://github.com/websockets/ws) from 7.3.1 to 7.4.6. Release notes Sourced from ws's releases. 7.4.6 Bug fixes Fixed a ReDoS vulnerability (00c425ec). A specially crafted value of the Sec-Websocket-Protocol header could be...
Bumps [lodash](https://github.com/lodash/lodash) from 4.17.19 to 4.17.21. Commits f299b52 Bump to v4.17.21 c4847eb Improve performance of toNumber, trim and trimEnd on large input strings 3469357 Prevent command injection through _.template's variable...
Bumps [y18n](https://github.com/yargs/y18n) from 4.0.0 to 4.0.1. Changelog Sourced from y18n's changelog. Change Log All notable changes to this project will be documented in this file. See standard-version for commit guidelines....
I have a class that manages the collides , but each time I am using it, I have to reallocate a new instance of ammojs because the scene is a...
I don't know the actual cause, but I am using vite FWIW. ``` import Ammo from "ammojs-typed"; loadAmmo = Ammo(Ammo); ammo.js:978 Uncaught TypeError: Cannot set properties of undefined (setting 'Ammo')...
Bumps [qs](https://github.com/ljharb/qs) from 6.5.2 to 6.5.3. Changelog Sourced from qs's changelog. 6.5.3 [Fix] parse: ignore __proto__ keys (#428) [Fix] utils.merge: avoid a crash with a null target and a truthy...
Two main things in this PR 1) I've switched from `webidl2ts` to `webidl-dts-gen` to generate the ts declarations 2) I've ran `yarn download` and `yarn generate` to update the source...