![Build Status] ![License]
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::
You can use this trought [amethyst_physics].