Zig package that provides the box2d API.
Warning
Currently only the native C API is exposed. There is no convenient zig wrapper yet. For a zig wrapper, go to Box2D.zig.
Note
Currently, this package provides box2d v3.1.0.
Zig version 0.13.0
or later is required to use this package.
For a simple example see src/main.zig
.