I'm currently designing an OBB for the objects in my game and it requires computing a 3D convex hull. Convex hulls are so common that I figure there must be open source code out there already. Anyone have or know of a 3D convex hull python library? Any time complexity algorithm is fine.

Thanks