This past week I’ve been trying to create a simple physics engine that I can use for my games. So far I’ve made it so that you can add polygonal bodies with simple constraints (no circles yet). It works fine most of the time, but the collision response is a bit unstable. I made a small sandbox app that you can see here.