No description
Find a file
2019-02-09 19:49:06 +01:00
.travis.payload Update to nalgebra 0.11. 2017-02-19 18:01:32 +01:00
build Release v0.18.2. 2019-02-09 19:49:06 +01:00
ci Use the correct environment variable for detecting travis rust version. 2018-10-07 12:20:55 +02:00
ncollide_testbed2d Fix all warnings. 2019-02-03 16:53:56 +01:00
ncollide_testbed3d Fix all warnings. 2019-02-03 16:53:56 +01:00
src Make public more triangle mesh topological indices. 2019-02-09 17:01:41 +01:00
.gitignore Add .vscode to the gitignore. 2018-05-13 22:30:40 +02:00
.travis.yml Ensure CI executes benches. 2018-10-07 07:54:30 +02:00
Cargo.toml Depend on nalgebra 0.17. 2019-02-03 17:12:18 +01:00
CHANGELOG.md Release v0.17. 2018-07-20 19:05:11 +02:00
examples2d Add symlinks to examples2d and examples3d. 2018-06-16 11:13:08 +02:00
examples3d Add symlinks to examples2d and examples3d. 2018-06-16 11:13:08 +02:00
LICENSE Add compilation files and license. 2013-05-18 18:23:40 +00:00
Makefile Implement EPA and voronoï-based 2D and 3D simplices 2018-02-03 16:50:23 +01:00
publish.sh Properly deallocate contact ID when a contact manifold generator is removed. 2018-09-22 15:15:46 +02:00
README.md Fix versions in the README. 2019-02-04 18:28:19 +01:00
rustfmt.toml Run rustfmt and add a rustfmt.toml 2018-11-17 10:34:14 +01:00

crates.io Build status

2D Documentation | 3D Documentation | User Guide | Forum

ncollide

ncollide is a 2 and 3-dimensional collision detection library written with the rust programming language.

The official user guide is available here. The rustdoc documentation is available for 3D and for 2D.

Compilation

You will need the last stable build of the rust compiler and the official package manager: cargo.

Simply add one the following (or both) to your Cargo.toml file:

[dependencies]
ncollide2d = "0.18" # For 2D collision detection.
ncollide3d = "0.18" # For 3D collision detection.

Features

  • dynamic bounding volume tree based broad phase
  • ball vs. ball collision detection,
  • plane vs. any convex object collision detection.
  • collision detection between arbitrary convex objects
  • compound geometries
  • ray-casting
  • time of impact computation for objects without rotational movement (compound vs. compound is not yet implemented)

And various traits for collision detectors and broad phase collision detection.

Contribution

Pull requests and issues are very welcome. In addition, click this button if you which to donate to support the development of ncollide:

Become a Patron!