Lusito / box2d.ts

Full blown Box2D Ecosystem for the web, written in TypeScript
https://lusito.github.io/box2d.ts
60 stars 6 forks source link

Hello World example #29

Closed bigidea-kz closed 1 year ago

bigidea-kz commented 1 year ago

Hello! I don't know if this is a bug or I don't understand something

"dependencies" : "@box2d/core": "^0.10.0"

I try this code

Снимок экрана 2022-09-30 в 00 44 45

console log output Снимок экрана 2022-09-30 в 00 44 09

Nek- commented 1 year ago

Hello,

Demo are available here: https://lusito.github.io/box2d.ts/testbed/

And the code is here: https://github.com/Lusito/box2d.ts/tree/master/packages/testbed/src/tests

Please close this issue :) (which does not sound as an actual issue)

bigidea-kz commented 1 year ago

Thanks :)