finscn
finscn
I create a demo 'Tumbler' for testing performance . And I found a strange thing. When I use `kinematic body` to the Tumbler outbox , the performance is bad. http://fatidol.com/phy-benchmark/box2d-ts-test.html?type=kinematic...
@flyover , Hi , Do you have a plane to Change the name of API , then provide a JavaScript-friendly API ? example: box2d.b2BodyDef --> Box2d.bodyDef world.CreateBody --> world.createBody b2BodyType.b2_dynamicBody...
the js files compiled from ts files are as same as `dist/build files`. In most open source projects , they won't commit `dist/build files` to git. And they will tell...
When use es5 , user could use the dist js file in browser more easily. Share my tsconfig.json ``` { "compilerOptions": { "target": "es5", "module": "system", "strict": true, "strictNullChecks": false,...
I pull & build the last version of box2d.ts and run my performance test again. the fps is from 60fps to 30FPS
 Could you change a cdn ? example https://www.jsdelivr.com/
https://github.com/runner525/x5webview-cordova-plugin @runner525 is a member of tencent's x5 team. I think you & runner525 could perfecting the x5 cordova plugin together.
I think your repo should be better than https://github.com/zsxsoft/cordova-plugin-x5-tbs. But I still want to know What's different from it. Thanks.
In some android browser , it can't run `LZString.decompress` correctly when the string include ZERO WIDTH char (e.g. 0x80 0x86 ...) Is there a method of LZString could do compress...
Now, the remove action will delete data immediately. It's dangerous.