libccd

Library for collision detection between two convex shapes

brewmacoslinux
Try with needOr install directly
Source

About

Collision detection between two convex shapes

Commands

libccd

Examples

Check libccd version and library information$ pkg-config --modversion libccd
Compile C/C++ code using libccd collision detection$ gcc myprogram.c $(pkg-config --cflags --libs libccd) -o myprogram
Verify libccd installation and get library paths$ pkg-config --cflags --libs libccd