nphysics 0.1.4

3-dimensional physics engine in Rust. DEPRECATED USE nphysics2d OR nphysics3d INSEAD.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
[lib]
name = "nphysics"
path = "src/lib.rs"

[package]
authors = ["Sébastien Crozet <developer@crozet.re>"]
description = "3-dimensional physics engine in Rust. DEPRECATED USE nphysics2d OR nphysics3d INSEAD."
documentation = "http://nphysics.org/doc/nphysics3d"
homepage = "http://nphysics.org"
keywords = ["physics", "dynamics", "rigid", "real-time", "joints"]
license = "BSD-3-Clause"
name = "nphysics"
readme = "README.md"
repository = "https://github.com/sebcrozet/nphysics"
version = "0.1.4"