2D physics engine library for simulating realistic game collisions and gravity
2D physics engine for games
$ gcc myGame.c -o myGame $(pkg-config --cflags --libs box2d)$ pkg-config --modversion box2d$ pkg-config --cflags box2d$ echo 'find_package(box2d REQUIRED)' >> CMakeLists.txt$ pkg-config --exists box2d && echo 'box2d is installed'