Crates.io | ncollide3d-updated |
lib.rs | ncollide3d-updated |
version | 0.36.3 |
source | src |
created_at | 2023-08-31 06:42:11.919975 |
updated_at | 2024-08-05 05:37:47.880674 |
description | 2 and 3-dimensional collision detection library in Rust. Will be superseded by the parry3d crate. |
homepage | |
repository | https://github.com/strawlab/ncollide-updated |
max_upload_size | |
id | 959594 |
size | 1,121,884 |
2D Documentation | 3D Documentation | User Guide | Forum
⚠️This crate is now passively-maintained. It is being superseded by the Parry project.⚠️
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.
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.33" # For 2D collision detection.
ncollide3d = "0.33" # For 3D collision detection.
And various traits for collision detectors and broad phase collision detection.