oxybox 0.1.1

Rust bindings/API for Box2D.
docs.rs failed to build oxybox-0.1.1
Please check the build logs for more information.
See Builds for ideas on how to fix a failed build, or Metadata for how to configure docs.rs builds.
If you believe this is docs.rs' fault, open an issue.

oxybox

Bindings to the box2D library.

Binding to the C Code

We get the source code of box2d using git submodules. We bind to that source code using the bindgen cli.

You can easily do this yourself by running bindgen.sh, which will update the submodule and run bindgen for you. Note: this requires an exact version of bindgen. You may need to install the version required with cargo install bindgen --version X. The shell script itself will error out and give the required version if you do not have it.