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

Port upstream code #13

Closed Lusito closed 3 years ago

Lusito commented 3 years ago

I've written a simple tool named updiff, which is located in the packages/updiff folder to help with comparing the current state of this project against upstream code of Erin Catto.

I've already ported a lot of the changes in recent upstream version, but during this effort, I improved the tool a lot and it seems I have missed some places.

This is quite stupid work, but it needs to be done: Compare code and port everything that has not been ported yet.

Here's the list of all modules to check:

I will update the checkboxes when they've been "upstreamed".

Lusito commented 3 years ago

We're up to date with this commit: https://github.com/erincatto/box2d/commit/95f74a46c077825478f989df6a81003ca538c2c2

Testbed could also be updated, but that has less importance right now.