Ivan

Results 44 issues of Ivan

I want to print names of colliding objects. I made a very simple example. I created an object to keep a user data: ``` const userData = { name: name...

This example shows how to use Ammo.js with TypeScript in Debug and Release modes: [hello-ammojs-webgl10-ts](https://github.com/8Observer8/hello-ammojs-webgl10-ts) You should install these modules globally: - npm i typescript -g - npm i browserify...

I found a solution how to use Ammo.js with Browserify: ```npm install kripken/ammo.js``` main.js ```js const Ammo = require("ammo.js"); let physicsWorld = null; function main() { Ammo().then(start); function start(Ammo) {...

This example shows how to use Planck.js with TypeScript in Debug and Release modes: [hello-planckjs-webgl10-ts](https://github.com/8Observer8/hello-planckjs-webgl10-ts) You should install these modules globally: - npm i typescript -g - npm i browserify...

Hello, I am trying to use `physx-js` v0.7.0 as ES6 module but I have this error: > Failed to load module script: Expected a JavaScript module script but the server...

I created an example playground to demonstrate the problem: https://playcode.io/913332 I can't include `bitecs` in the package.json manifest on SkyPack myself. Only the package author can do this: ``` *...

I created an animation for cube with one bone in Blender 2.67b (it is for weak laptop). I use this command: `COLLADA2GLTF-bin.exe -i cube-animation.dae -o cube-animation.gltf -s`. But I get...

I already have created three simple examples in: Qt6, PyQt6, and SDL2. I thought that a problem in Qt6 but it the same for three cases. It looks like a...

Hi, @saharan. Please, upload a new version (v1.2.3) to NPM. The latest version of OimoPysics (v1.2.3) was released on January 29, 2022, but it was not uploaded to NPM. v1.2.2...

oimophysics 1.2.2: https://www.npmjs.com/package/oimophysics/v/1.2.2 My example (see source below) works with Parcel but does not work with Browserify. Error log: ` E:\_Projects\Physics\oimo\oimo-debug-drawer-webgl-ts>npm run release > [email protected] release E:\_Projects\Physics\oimo\oimo-debug-drawer-webgl-ts > npm run...