Made a small physics engine (in C++) that is decently stable. It is not much, but it is something
It supports 2d capsules and circles as colliders (with friction support), and objects can have multiple colliders (the center of mass that is used as origin for rotation is calculated from each of the colliders' surface area).