piqnt / planck.js

2D JavaScript Physics Engine
http://piqnt.com/planck.js/
MIT License
4.87k stars 236 forks source link

perf: optimize broadphase pair management #249

Open zOadT opened 1 year ago

zOadT commented 1 year ago

Relevant commit on box2d: 0a2e35a0e24271468014ea9f118088c3f75e3363

There is definitely something wrong with the current implementation 😅 Will look into it Works now, I forgot to clear the move flags