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

bit flags vs boolean attributes #18

Open Lusito opened 3 years ago

Lusito commented 3 years ago

Flyover converted some of the bit-flags to boolean attributes. Not sure about this. Would be good to investigate:

Since it does make comparison between upstream source-code and this port a bit harder, I tend to revert that change unless it has some benefit.