implementing collisions and some basic physics is so fun because with some 200 lines of code i can have 20 rotated rectangles collide accurately according to their mass and velocity
Comments
Log in with your Bluesky account to leave a comment
collisions are done via SAT which is what the messy debug lines show. a much better visualization is this one from a stack overflow question https://codepen.io/ArthyFiciel/pen/YzybzaV
Comments