amethyst_nphysics

Crates.ioamethyst_nphysics
lib.rsamethyst_nphysics
version0.2.0
sourcesrc
created_at2019-09-26 17:15:15.559082
updated_at2020-05-08 17:51:16.398766
descriptionThe NPhysics backend for the `amethyst_physics` crate.
homepage
repositoryhttps://github.com/AndreaCatania/amethyst_nphysics
max_upload_size
id167889
size105,906
Andrea Catania (AndreaCatania)

documentation

README

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.

use amethyst_physics::PhysicsBundle;
use amethyst::amethyst_nphysics::NPhysicsBackend;

let game_data = GameDataBuilder::default()
    .with_bundle(PhysicsBundle::<f32, NPhysicsBackend>::new()).unwrap()

You can use this through amethyst_physics.

Commit count: 30

cargo fmt