Hi @artpen
If your meshes are complex and you need to do a lot of specific operations (split face, get vertices in sorted order, get neighbors in CCW-order, smooth, …), I would suggest HE_Mesh but the library doesn’t come with a physics engine.
For simpler operations, Toxiclibs still does a great job (although it is a bit slower than hemesh) and you get a simple physics engine.