kripken / box2d.js

Port of Box2D to JavaScript using Emscripten
1.32k stars 198 forks source link

Add box2d 2.3.1 support #65

Closed dmagunov closed 9 years ago

dmagunov commented 9 years ago

Hello,

Pull request dedicated to this issue https://github.com/kripken/box2d.js/issues/64

dmagunov commented 9 years ago

I've made some changes to the catalog structure https://github.com/dmagunov/box2d.js, but not entirely sure that this is the best solution. Let's discuss them.

kripken commented 9 years ago

This looks good, thanks.

Not sure what you mean by "changes to catalog structure"?

dmagunov commented 9 years ago

Not sure what you mean by "changes to catalog structure"?

  1. I've moved all js builds to the new folder "build".
  2. Moved all demos "html5canvas, rube_testbed and webgl" to the new folder "demo"
  3. Moved all helpers (DebugDraw) to the new folder "helpers". But maybe the better place for them is "buid/helpers".

What do You think about that?

kripken commented 9 years ago

Those all sound good. Thanks!