NPhysics Amethyst backend

![Build Status] ![License] Line of code

This crate is the [NPhysics] integration of the [amethyst_physics] interface.

To use this backend you have to specify the class NPhysicsBackend in the PhysicsBundle as shown below.

```rust use amethystphysics::PhysicsBundle; use amethyst::amethystnphysics::NPhysicsBackend;

let gamedata = GameDataBuilder::default() .withbundle(PhysicsBundle::::new()).unwrap() ```

You can use this through [amethyst_physics].