Skip to content

Latest commit

 

History

History
19 lines (12 loc) · 542 Bytes

README.md

File metadata and controls

19 lines (12 loc) · 542 Bytes

zbox2d

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.

Compatibility

Zig version 0.13.0 or later is required to use this package.

Example

For a simple example see src/main.zig.