Ginie
Ginie
@eddy14u webpack 4 defaults do production mode, which is very slow, since it does a lot. Have you tried development mode?
@kripken is there any progress or plans on this? I would love to see a .d.ts coming straight from the ammo.js repository.
thx. I've been working on a `.idl` -> `.d.ts` generator in the past hours. This is my progress so far https://github.com/giniedp/ammojs-typed I had to make some adjustments to the idl...
so i have an example on stackblitz out now https://stackblitz.com/edit/ammojs-typed-falling-cubes
Finally had some time and made progress. Here is a tool that you can use to generate declarations for emscripten modules (or browser libs if you wish) https://github.com/giniedp/webidl2ts The https://github.com/giniedp/ammojs-typed...
@8Observer8 you have posted the exact same content at https://github.com/kripken/ammo.js/issues/354 please use issue boards for actual issues.
there is actually a plugin for that purpose https://github.com/boyswan/vscode-glsl-literal but it currently supports only js files
What does your rollup file and your tsconfig.json look like? Have you tried the `allowSyntheticDefaultImports` compiler option? https://www.typescriptlang.org/tsconfig#allowSyntheticDefaultImports you might want to ask this question on the original ammojs project....
i think this kind of question is best answered in the official repository https://github.com/kripken/ammo.js/
The generators dont work with rails 3.1 since fancygrid was build for rails 3.0. For now you have to do all the stuff the generators do manually. I try to...